k2chris1983 Posted December 11, 2004 Posted December 11, 2004 How do you setup the smtp e-mail system? Some how its not working. Lets say a buyer forgot his password and did the Forgot Password. It should send him a New Password in the E-Mail but it doesn't.. Well i was that person just testing things out.
k2chris1983 Posted December 11, 2004 Author Posted December 11, 2004 Can anyone help? The E-mail system is not working.. I need this to work!
Northwind Posted December 12, 2004 Posted December 12, 2004 I second this request! Let me know if you get it solved.
boxtel Posted December 12, 2004 Posted December 12, 2004 Can anyone help? The E-mail system is not working.. I need this to work! <{POST_SNAPBACK}> the first thing you should do is not get overly excited. The next thing is show your email options settings in admin as well as your mail settings in php.ini Treasurer MFC
kiwihawk Posted December 29, 2004 Posted December 29, 2004 the first thing you should do is not get overly excited.The next thing is show your email options settings in admin as well as your mail settings in php.ini <{POST_SNAPBACK}> I have the same problem. Running on a Windows server - SMTP set in Admin The email works in Admin > Tools > Send Email to Customer Does not work in Tell-a-Friend or when a customer orders a product. Heres a copy of the header from the email that did work (in case this gives someone some clues): Return-Path: <[email protected]> Delivered-To: ******@******.co.nz Received: (qmail 6646 invoked by uid 399); 29 Dec 2004 08:44:09 -0000 Received: from unknown (HELO server-23) (63.245.192.64) by 0 with SMTP; 29 Dec 2004 08:44:09 -0000 Date: Wed, 29 Dec 2004 08:53:43 +0000 Subject: test message From: webmaster@****.co.nz To: ****@****.co.nz> MIME-Version: 1.0 X-Mailer: osCommerce Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Why does the return path say [email protected]>?? Also my smtp is in the format <mail.mydomain.co.nz> and not <smtp.mydomain.co.nz> Would this make a difference and if so, can it be changed in osC somewhere?
boxtel Posted December 29, 2004 Posted December 29, 2004 I have the same problem. Running on a Windows server - SMTP set in Admin The email works in Admin > Tools > Send Email to Customer Does not work in Tell-a-Friend or when a customer orders a product. Heres a copy of the header from the email that did work (in case this gives someone some clues): Return-Path: <[email protected]> Delivered-To: ******@******.co.nz Received: (qmail 6646 invoked by uid 399); 29 Dec 2004 08:44:09 -0000 Received: from unknown (HELO server-23) (63.245.192.64) by 0 with SMTP; 29 Dec 2004 08:44:09 -0000 Date: Wed, 29 Dec 2004 08:53:43 +0000 Subject: test message From: webmaster@****.co.nz To: ****@****.co.nz> MIME-Version: 1.0 X-Mailer: osCommerce Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Why does the return path say [email protected]>?? Also my smtp is in the format <mail.mydomain.co.nz> and not <smtp.mydomain.co.nz> Would this make a difference and if so, can it be changed in osC somewhere? <{POST_SNAPBACK}> did you set this in php.ini: [mail function] ; For Win32 only. SMTP = msa.hinet.net smtp_port = 25 ; For Win32 only. sendmail_from = [email protected] ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = Treasurer MFC
kiwihawk Posted December 29, 2004 Posted December 29, 2004 did you set this in php.ini: [mail function] ; For Win32 only. SMTP = msa.hinet.net smtp_port = 25 ; For Win32 only. sendmail_from = [email protected] ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = <{POST_SNAPBACK}> Where do I find the php.ini?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.