Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email not working at all


Guest

Recommended Posts

I have osCommerce 2.2 M2 installed and pretty much working for the most part. The problem I am having is sending mail from the site, be it when there is a new user account created, or sending mail to a user from Tools, etc.

 

My ISP is running on Linux, and I do have sendmail selected as the transport method.

 

Any help would be appreciated.

Link to comment
Share on other sites

Your ISP should be able to tell you what errors you are getting when you try to send mail. You may need to adjust the sendmail_path setting for your site. In particular, including a -f [email protected] can be helpful:

ini_set('sendmail_path', '/usr/bin/sendmail -t -i -f ' . STORE_OWNER_EMAIL_ADDRESS);

Also check that the path is correct and that they support relaying for the appropriate address.

 

Hth,

Matt

Always back up before making changes.

Link to comment
Share on other sites

I contacted my ISP, and they made some changes on their end, so email is now working. The next problem is they will not have SSL up until next month, so I can't go live until then.

 

Thank you for your help!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...