Welcome Guest, Not a member yet? Register   Sign In
sending html email frustration
#1

[eluser]blorriman[/eluser]
I'm sending html emails and it works like a charm with some people and with others the message shows in their email as the raw html code.

It's consistent in that those receiving it correctly are always getting it, and those getting the raw code are always getting the raw code.

I've read through the forum, but haven't found anything that explains my problem.

Does anyone have any suggestions?
#2

[eluser]blorriman[/eluser]
I found the problem. In the config/email I had

Code:
$config['newline'] = "\r\n";

I changed it to

Code:
$config['crlf'] = '\r\n';

and everything seems to be working now.




Theme © iAndrew 2016 - Forum software by © MyBB