On 7/23/07, Antti Holvikari wrote: > So I guess the mail() adapter should use only \n on UNIX... You are right. This can be magically solved replacing "\r\n" by "\n" in the mail adapter, both in header and message body, before actually sending the message. It should also check the OS to not make any replacements on Windows. -- rodrigo