We have just installed the Mail module (thanks!)
There is a problem, though. The mails are sent as UTF-8 but the encoding is iso8859-1. This causes trouble when you use accents and other non-english characters.
For instance we type
"A ver qué tal funciona este módulo Mail"
and we get by email
"A ver qué tal funciona este módulo Mail"
which is critical if your site is in Spanish, for instance.
Comments
Comment #1
nedjoThanks for noting this problem, fixed (changed header declaration to read
$headers .= "Content-Type: text/plain; charset=UTF-8\r\n";. Ojalá que ahora funcione mejor!Comment #2
(not verified) commented