Mail without EOL
eleftrik opened this issue · 2 comments
eleftrik commented
Hi, just installed your package.
I customized setMessage() as in your example; I receive e-mails, but in the text PHP_EOL gets stripped (in place there is a whitespace), so data are in the same line, without any carriage return.
Even if setMessage() returns something like
return "Line 1" . PHP_EOL . PHP_EOL . "Line 2";
Am I missing something in the configuration?
Thank you
tylercd100 commented
eleftrik commented
Hi @tylercd100, just upgraded to version 3.6.4, it works!
Thank you a lot for your support