blueflametuna Posted May 30, 2009 Posted May 30, 2009 I am having trouble sending outbound email. (v2.2 RC2a migration from another hosting provider). (But that's another story...) In the send() function within /catalog/includes/classes/email.php: If I comment out the following lines, I can get it to send outbound email. if ((strstr($subject, "\n") != false) || (strstr($subject, "\r") != false)) { return false; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.