My enviroment.rb is like this:
ActionMailer::Base.default_charset = "iso-8859-1"
wich should be enough for accents, but here is how the message's subject is been sent:
Convite para participação de projeto
Does anyone know what I have to do to fix it?
Thanks