Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Not sending emails


Guest

Recommended Posts

Hi guys, I installed a fresh copy of OSC, added some modules to it and now I saw that the script isn't sending emails to customers. No newsletters, no order confirmation, no emails. Any ideas?

LE: Contact form doesn't work as well.

Link to comment
Share on other sites

can be the server issue. simply you can debug the following way

 

create test.php file with the following code:

 

$to = "[email protected]";
$subject = "Debug Mail Server";
$message = "Debug Mail Server";
mail($to,$subject,$message); 

 

upload to server and try to access it.

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Link to comment
Share on other sites

can be the server issue. simply you can debug the following way

 

create test.php file with the following code:

 

$to = "[email protected]";
$subject = "Debug Mail Server";
$message = "Debug Mail Server";
mail($to,$subject,$message); 

 

upload to server and try to access it.

It works now, thanks!

Link to comment
Share on other sites

can be the server issue. simply you can debug the following way

 

create test.php file with the following code:

 

$to = "[email protected]";
$subject = "Debug Mail Server";
$message = "Debug Mail Server";
mail($to,$subject,$message); 

 

upload to server and try to access it.

 

 

Tried that and still nothing.

Any other ideas?

 

My emails stopped going out all of a sudden. I didn't change anything but not receiving any email, and customers do not receive any either.

Link to comment
Share on other sites

  • 3 weeks later...
Tried that and still nothing.

you had no email?

 

You need to contact web hosting provider and ask them to fix issue on the server.

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...