How to use send an email with accents using actionmailer
Posted
by VinTem
on Stack Overflow
See other posts from Stack Overflow
or by VinTem
Published on 2010-03-26T02:40:57Z
Indexed on
2010/03/26
2:43 UTC
Read the original article
Hit count: 600
ruby-on-rails
|actionmailer
My enviroment.rb is like this:
ActionMailer::Base.default_params = {:charset => "iso-8859-1"}
wich should be enough for accents, but here is how the subject of message is been sent:
Convite para participação de projeto
Does anyone know what I have to do to fix it?
Thanks
© Stack Overflow or respective owner