Welcome Guest, Not a member yet? Register   Sign In
php mail() works, CI email library doesn't: how to configure correctly?
#4

[eluser]DanSearle[/eluser]
thanks for that, the \r\n trick worked for me, I just added this to my email.php config file and it works great.

Code:
$config['crlf']        = "\r\n";        // CHANGED FROM DEFAULTS
$config['newline']     = "\r\n";        // CHANGED FROM DEFAULTS


Messages In This Thread
php mail() works, CI email library doesn't: how to configure correctly? - by El Forum - 10-27-2010, 03:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB