lazna Posted August 9, 2015 Share Posted August 9, 2015 oscommerce sending mails out via SMTP by phpmailer module. Mail address in packet (captured by wireshark) is: <"company name"<email@@address>> in smtp server log doublequotes are stripped: <company name<email@@address>> but the SMTP server refusing to send mails with error 503 "sender address missing". In database is "mailbox@@host.com" only (without doublequotes), where the prefix is added? I am new in both oscommerce/php so please be patient with me... L. Quote Link to comment Share on other sites More sharing options...
MrPhil Posted August 10, 2015 Share Posted August 10, 2015 I don't think I've ever seen an address in that format. Try just company name <email@@address> (drop the outer < >, and I think you can omit the " " too). Are these addresses you have entered in this format, or is osC putting them together in that format? Quote Link to comment Share on other sites More sharing options...
lazna Posted August 12, 2015 Author Share Posted August 12, 2015 (edited) Solved. There was string: "%store_owner_name%" <email@@address> in "Configuration" -> "MyStore" -> "E-mail from" field. Have doubts osCommerce assemble this string itself by instalation or initial configuration. After deleting everything but email address, it sending mails OK. BTW: There was not outer <> in original configuration, only store_owner_name enclosed in doublequotes. Could the problem arise because doublequotes is special character on windows platform? Edited August 12, 2015 by lazna Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.