Well, this is a new one :)
but mail standard forbids the use of only LF.
Imho simply doing a unix2dos on the templates/default/plugins/email/notify.tpl should fix this. Probably having the sendmail [1] function do this would be best, but in svn I use swiftmailer which should do this already.
Well, this is a new one :)
but mail standard forbids the use of only LF.
Imho simply doing a unix2dos on the templates/default/plugins/email/notify.tpl should fix this. Probably having the sendmail [1] function do this would be best, but in svn I use swiftmailer which should do this already.
[1] http://www.php.net/manual/fr/function.mail.php#94428
It does not work.
You have to change in file general.in.php after line 271
$msg = preg_replace("#(?<!\r)\n#si", "\r\n", $msg);
$header = preg_replace("#(?<!\r)\n#si", "\r\n", $header);
juste before the return of the foreach fonction