stbailey Posted December 5, 2005 Posted December 5, 2005 Hi, I'm in the process of completing a new commerce site located at www.wirelesshomeconnection.com and I'm having an issue with getting the Contact Us page email to work. My Order Confirmation emails work fine and my problem seems to be soley on the Contact Us page. Some details are as follows: - My site is hosted by Yahoo Small Business - I get the following error message in my mail error log: "From address not in member domain. Message not sent." I'm a newbie to osCommerce and if anyone has any suggestions as to how fix or troubleshoot this issue, I would really appreciate it. Thanks.
♥Vger Posted December 5, 2005 Posted December 5, 2005 The answer is in the error message. You need to use an e-mail address which is based on your domain e.g. [email protected]. Vger
jspight Posted December 16, 2006 Posted December 16, 2006 The answer is in the error message. You need to use an e-mail address which is based on your domain e.g. [email protected]. Vger I have resolved this issue on Yahoo. It was a lucky guess. Update your email.php replace the SMTP section with this: if (EMAIL_TRANSPORT == 'smtp') { return mail($to_addr,$subject,$this->output); } } And It will work. Yahoo hosting brothers and sisters peace and love. :thumbsup: jspight www.systemflip.com
Recommended Posts
Archived
This topic is now archived and is closed to further replies.