[Solar-talk] Solar_Mail and newlines

Rodrigo Moraes rodrigo.moraes at gmail.com
Mon Aug 6 07:20:48 CDT 2007


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


More information about the Solar-talk mailing list