Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

email not working


dapaintballer3313

Recommended Posts

I have my webserver on the same computer that is my webserver. Http is port 80, and smtp is 25. This is the error i'm getting:

 

Warning: mail(): SMTP server response: 551 User not local. We don't relay in C:\Program Files\Abyss Web Server\htdocs\store\includes\classes\email.php on line 500

 

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Abyss Web Server\htdocs\store\includes\classes\email.php:500) in C:\Program Files\Abyss Web Server\htdocs\store\includes\functions\general.php on line 29

 

 

(note: abyss web server is the web server program that opens port 80, etc.)

 

What can I do to fix this?

Link to comment
Share on other sites

I have my webserver on the same computer that is my webserver. Http is port 80, and smtp is 25. This is the error i'm getting:

 

Warning: mail(): SMTP server response: 551 User not local. We don't relay in C:\Program Files\Abyss Web Server\htdocs\store\includes\classes\email.php on line 500

 

Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\Abyss Web Server\htdocs\store\includes\classes\email.php:500) in C:\Program Files\Abyss Web Server\htdocs\store\includes\functions\general.php on line 29

(note: abyss web server is the web server program that opens port 80, etc.)

 

What can I do to fix this?

 

Looks like your SMTP server requires authentication before allowing sending of mail (i.e. its not open relay). So a search here this has been answered before.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...