Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Outbound emails not being sent


blueflametuna

Recommended Posts

Posted

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;

}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...