lee01 Posted April 13, 2008 Share Posted April 13, 2008 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 More sharing options...
Guest Posted April 13, 2008 Share Posted April 13, 2008 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 More sharing options...
lee01 Posted April 13, 2008 Author Share Posted April 13, 2008 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 More sharing options...
Guest Posted April 14, 2008 Share Posted April 14, 2008 No Didnt work doesnt oscommerce provide a simple step by step tutorial for this Did you adjust for your ISP? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.