Dredd9799 Posted July 10, 2003 Share Posted July 10, 2003 I'm getting the following error at the "Order Confirmation" stage of cart checkout. Can anyone point me in the right direction? Thanks in advance. Warning: mail(): SMTP server response: 503 Unknown in D:internetwebsgwc.bateainc.comcatalogincludesclassesemail.php on line 502 Warning: Cannot modify header information - headers already sent by (output started at D:internetwebsgwc.bateainc.comcatalogincludesclassesemail.php:502) in D:internetwebsgwc.bateainc.comcatalogincludesfunctionsgeneral.php on line 29 "Curiosity killed the cat. But for a while I was a suspect" Link to comment Share on other sites More sharing options...
Guest Posted July 10, 2003 Share Posted July 10, 2003 Did you change the delivery method from sendmail to SMTP in admin > Configuration > My Store > E-Mail Options? Do you have the proper SMTP server and sender set up in php.ini? Will your SMTP server relay your email without you signing in first (i.e. without the SMTP auth contribution)? Good luck, Matt Link to comment Share on other sites More sharing options...
Dredd9799 Posted July 11, 2003 Author Share Posted July 11, 2003 It is still set to "sendmail" but this is running on a windows 2000 server. Isn't sendmail a part of the linux environment? Maybe switching to SMTP is what I need to do. Any ideas? Thanks. "Curiosity killed the cat. But for a while I was a suspect" Link to comment Share on other sites More sharing options...
Guest Posted July 11, 2003 Share Posted July 11, 2003 It is still set to "sendmail" but this is running on a windows 2000 server. Isn't sendmail a part of the linux environment? Maybe switching to SMTP is what I need to do. Any ideas? Thanks.Just the three that I posted previously. Yes, I would start by switching from sendmail to SMTP. Then I would look into the other two (SMTP configuration in php.ini and authentication method needed by the smtp server). Good luck, Matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.