GoPresta Posted August 4, 2008 Share Posted August 4, 2008 I have installed the latest version of PS and currently hosting at GoDaddy.comI have tried using PHP Mail and using the GoDaddy SMTP relay, and this is what I seeI CAN SUCCESSFULLY:1- send emails via the contact form2- send emails from the order details3- send emails from the back office to the userAS LONG AS my "From" email address is from a domain within Godaddy.comThis means1- if i set the store email to [email protected], none of the emails work (No big deal here!)2- if a user has a hotmail account and tries to send an email from the order details form, none of the emails get sent (This is a big deal since I'll never get notified)It looks like each type of email that PS sends has these attributes:- from:- reply to: - to:I see that the "from" and "to" are always equal. So a simple answer to my problem would be to set the "from" attribute to an internal email address I currenly have hosted at GoDaddy.com, BUT i can't seem to find the code where to do that.Please offer your recommendations or alternatives.PS: is it possible to set the "from" attributed to the shop mail instead of the user mail when they send messages from the order details form... same as the contact form.Thanks so much. Link to comment Share on other sites More sharing options...
GoPresta Posted August 4, 2008 Author Share Posted August 4, 2008 I spent about a hour online with GoDaddy and they can't figure out why this isn't working. I tried using an external SMTP relay (Gmail) and that doesn't work.I think at this point all I need is for someone to help me figure out how to make the "from" hard coded to my internal domain email address... I hope someone can help.www.mystorebuzz.com/fhaspademo Link to comment Share on other sites More sharing options...
GoPresta Posted August 4, 2008 Author Share Posted August 4, 2008 here's some new information after doing more testing:I can set my shopmail to an external email address, and my user's email work fine, as long as none of these use a Hotmail account.If I use a hotmail account for my shopmail, nothing works, if my user has a hotmail account they can't send me emails through the order details form.here's the error:The original message was received at Mon, 4 Aug 2008 01:04:23 -0700from localhost.localdomain [127.0.0.1] ----- The following addresses had permanent fatal errors -----(reason: 553 sorry, your mail was administratively denied. (#5.7.1)) ----- Transcript of session follows -----... while talking to relay-hosting.secureserver.net:>>> MAIL From: SIZE=16294<<< 553 sorry, your mail was administratively denied. (#5.7.1)501 5.6.0 Data format error Link to comment Share on other sites More sharing options...
DrÿSs' Posted October 17, 2008 Share Posted October 17, 2008 This is not in relation to PrestaShop, but with your webhost.You have a problem with your mail server.We cannot do anything for you for this issue...Good luck ! Link to comment Share on other sites More sharing options...
kdk Posted January 12, 2009 Share Posted January 12, 2009 hotmail doesn't accept email vom phpmailer Link to comment Share on other sites More sharing options...
TropischBruin Posted January 12, 2009 Share Posted January 12, 2009 This is normal behavure to avoid spam send from a domain on behalf of a hotmail (or any) e-mail address that does not belong to that domain.And as Philippe Sang says not in any way related to PrestaShop. Link to comment Share on other sites More sharing options...
lukelee Posted January 29, 2009 Share Posted January 29, 2009 but you cant your client not to use hot mail, and also if its a spammail, it should be appeared in spam mail, right? Link to comment Share on other sites More sharing options...
cromata Posted March 4, 2009 Share Posted March 4, 2009 Haz anyone found a solution i have the exact same problem =(Please help my host is godaddy can anyone recommend another host?RegardsMario Link to comment Share on other sites More sharing options...
Oz Posted March 16, 2009 Share Posted March 16, 2009 Having this exact same problem, hosted @ godaddy.Is there any way i can modify all "From field" addresses to match my domain?This way i wont be spoofing email addresses and blocked by godaddy?Thanks Link to comment Share on other sites More sharing options...
Oz Posted March 16, 2009 Share Posted March 16, 2009 I Think once another user helps on fixing this problem, several stores, at least the ones hosted @ godaddy wont have this big issue regarding orders messaging... Link to comment Share on other sites More sharing options...
Lithium Posted July 7, 2010 Share Posted July 7, 2010 This worked for me:Open prestashop/tools/swift/Swift/Plugin/MailSend.phpAbout line 165 locate: if (!ini_get("safe_mode")) $success = mail($to, $subject, $message, $headers, $params); Change it to: if (!ini_get("safe_mode")) $success = mail($to, $subject, $message, $headers); Hope that helps. Link to comment Share on other sites More sharing options...
Guest danielias Posted November 19, 2010 Share Posted November 19, 2010 Hey @Lithium , 3 words for you: I LOVE YOURegards From Chile Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now