Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

configuring emails


lee01

Recommended Posts

Hi I would like to know how to set up and test emails with Oscommerce such as sending mail to customer when they register . I am using oscommerce locally on my own machine with Apache. Would I require a third party mail program or could I use SMTP through outlook..? Im a bit mystified and any help would be great

 

I get the following errors:

 

Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in c:\easyphp1-8\www\myshop\catalog\admin\includes\classes\email.php on line 520

 

Warning: Cannot modify header information - headers already sent by (output started at c:\easyphp1-8\www\myshop\catalog\admin\includes\classes\email.php:520) in c:\easyphp1-8\www\myshop\catalog\admin\includes\functions\general.php on line 22

 

Thanks

 

Lee

Link to comment
Share on other sites

Hi I would like to know how to set up and test emails with Oscommerce such as sending mail to customer when they register . I am using oscommerce locally on my own machine with Apache. Would I require a third party mail program or could I use SMTP through outlook..? Im a bit mystified and any help would be great

 

I get the following errors:

 

Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in c:\easyphp1-8\www\myshop\catalog\admin\includes\classes\email.php on line 520

 

Warning: Cannot modify header information - headers already sent by (output started at c:\easyphp1-8\www\myshop\catalog\admin\includes\classes\email.php:520) in c:\easyphp1-8\www\myshop\catalog\admin\includes\functions\general.php on line 22

 

Thanks

 

Lee

This worked for me in wamp.

 

In the server php.ini file:

 

; For Win32 only.

; SMTP = localhost

SMTP = smtp.myisp.com

smtp_port = 25

 

you need to set them up to match your settings and uncomment:

 

sendmail_from = [email protected]

 

Have the osc email settings for sendmail.

Link to comment
Share on other sites

This worked for me in wamp.

 

In the server php.ini file:

 

; For Win32 only.

; SMTP = localhost

SMTP = smtp.myisp.com

smtp_port = 25

 

you need to set them up to match your settings and uncomment:

 

sendmail_from = [email protected]

 

Have the osc email settings for sendmail.

 

No Didnt work doesnt oscommerce provide a simple step by step tutorial for this

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...