deech123 Posted July 7, 2010 Share Posted July 7, 2010 hi guys, I activated the email notification module in the backoffice.but it seems after a new order was made this is not sending any emails to me.any idea?the screenshot of the settings in attachement. Link to comment Share on other sites More sharing options...
rocky Posted July 8, 2010 Share Posted July 8, 2010 Are you receiving emails from the contact form? If not, go to Preferences > Email and make sure that your email settings are correct. If you are, check to make sure that modules/mailalerts/mails/lang_iso/new_order.html and new_order.txt exist for every installed language. Link to comment Share on other sites More sharing options...
deech123 Posted July 8, 2010 Author Share Posted July 8, 2010 Hi Rocky,the folder /modules/mailalerts/mails/nl was not there, only en, es, fr, so i made a nl one.but what is very strange, in the backoffice I now set my smtp server and at the end of the page I used the test button.the email was send (green message) but the mail never arrives...and the emailaddress is correct. Also mailing from the front office in the contactform gives me nothing..error on that one.what coud be wrong?the standard php mail function does not work and the use smtp (that is filled in correctly ) is not working also. Link to comment Share on other sites More sharing options...
rocky Posted July 8, 2010 Share Posted July 8, 2010 Must be a server configuration issue. Try following the advice here. Link to comment Share on other sites More sharing options...
deech123 Posted July 8, 2010 Author Share Posted July 8, 2010 pst Rockyin my backoffice I see the dropdown box as : customer service and webmaster.These two choises, is that something that is configurated in the backoffice?I think I must look at that also, but can not find it where to set this...any idea? Link to comment Share on other sites More sharing options...
rocky Posted July 8, 2010 Share Posted July 8, 2010 You can change those options on the Employees > Contacts tab. Link to comment Share on other sites More sharing options...
deech123 Posted July 8, 2010 Author Share Posted July 8, 2010 they were ok, must look for the advance settings you gave, me, I come back on that.what I do find very strange is the fact that customers getting emails from their order etc.....that's something I can not get.is the way of sending emails after ordering different then the contactform or emailalerts? Link to comment Share on other sites More sharing options...
deech123 Posted July 8, 2010 Author Share Posted July 8, 2010 Solved RockyI did had to change my email back to phpmail()and I did only two changes in the code :/TOOLS/SWIFT/SWIFT/MESSAGE.PHP******************************line79 //$this->setFrom(""); $this->setFrom("[email protected]"); and /TOOLS/SWIFT/SWIFT.PHP**********************line 371, add if (! $has_reply_to[0] ) $message -> setReplyTo ( $from -> getAddress ()); that was enough to make it work.thx for you help. Link to comment Share on other sites More sharing options...
Recommended Posts