Havouza Posted October 8 Posted October 8 We get this error when testing mail. So who is the sender? The customer service email address and the smtp username is same so who is the sender? Recipient address rejected: Sender is not same as SMTP authenticate username
the.rampage.rado Posted October 8 Posted October 8 Preferences->Store Contacts The email should match the email account you use to send email. This setting is multistore aware so if you have multistore you have to edit this per shop.
Havouza Posted October 9 Author Posted October 9 @the.rampage.rado Ok thanks that sorted out that problem. Now all mails to the customer works. BUT. The admin mail still not work for some reason. There is not much to configure in the mail nocice module more than email address and I have put 2 there just to be sure. And if the PHP Mailer module now is correct configured, the admin mail should also work but nothing. And nothing in any log that I can find. I have also checked the mail.log from the mail server but nothinng
the.rampage.rado Posted October 9 Posted October 9 Did you implement the code modification datakick made for your case in the other thread?
Havouza Posted October 9 Author Posted October 9 15 minutes ago, the.rampage.rado said: Did you implement the code modification datakick made for your case in the other thread? I cant remember any code change datakick have done. Cant find that post
Havouza Posted October 9 Author Posted October 9 I have implemented the code but I doubt it is the problem. Php Mailer already handle the certs correct. And I assume the mail alerts should use the PhpMailer also so it is something else that doesnt work
datakick Posted October 9 Posted October 9 1 hour ago, Havouza said: I have implemented the code but I doubt it is the problem. Php Mailer already handle the certs correct. And I assume the mail alerts should use the PhpMailer also so it is something else that doesnt work My guess is that email template 'new_order' is not translated for the employee language (or for shop default language)
Havouza Posted October 9 Author Posted October 9 @datakick It is not translated but it is present in the mail folder for the shop language swedish. So at least it should be sent. It exist both in the root mail folder and in the theme mail folder. More suggestions please
datakick Posted October 9 Posted October 9 3 minutes ago, Havouza said: @datakick It is not translated but it is present in the mail folder for the shop language swedish. So at least it should be sent. It exist both in the root mail folder and in the theme mail folder. More suggestions please Did you check content of the template? Maybe the template is empty (there was a bug in older version of thirty bees that generated empty template files sometimes) Is swedish the only lang in the store? If not, make sure the template exists for all languages - mailalert will use language that is assigned to employee preferences, so if the employee is using english for back office, the en variant of email template is used for them.
Havouza Posted October 9 Author Posted October 9 (edited) That does not exist in any mails folder Edited October 9 by Havouza
datakick Posted October 9 Posted October 9 3 minutes ago, Havouza said: That does not exist in any mails folder Ok, so that's the problem. Module checks that both email template variants exists. It shouldn't really do that, I'll create a ticket for that.
datakick Posted October 9 Posted October 9 It can't be empty. Just put in some placeholder text like "New order created" and thats it
Havouza Posted October 9 Author Posted October 9 Ok I copies from another one and changed the content THANKS for the help. Not something simple really
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