Has anyone experienced where customer emails are sent out but notification email to the Opencart admin are not received. Do both processes us system/library/mail/mail.php?
SMTP Host: smtp.gmail.com
(try without first or: ssl://smtp.gmail.com or tls:// smtp.gmail.com)
SMTP Username: myemail@gmail.com
(try with: @googlemail)
SMTP Password: p333&&^w000rd
SMTP Port: 465 (465=SSL // 587=TLS // 25=standard)
my extension:https://www.opencart.com/index.php?rout ... estshop24h
email :support@bestshop24h.com
site:http://www.bestshop24h.com
Did you mess with the events in opencart? Might want to check that mail_order_alert event exists.
Maybe your host or mail provider enabled rate limiting on max outgoing mail. Seems odd if the customer gets the order email, but the admin does not. My guess is there is some rate limiting that was turned on by your host to prevent spam.
Backup and learn how to recover before you make any changes!

Definitely something that has been changed on the hosting side. At first it looked like port 25 was blocked so I changed the configuration to 2525. That perhaps got the customer email going out. Since the notification is essentially to the same host (localhost) it has to be something changed in either php, smtp or some other acronym I am not versed in.
Submit a ticket to your host.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
All mail uses the same mail settings.
Unless you own the mail server, arbitrarily changing the port is futile if the mail server is not listening on it.
And there is no "notification is essentially to the same host (localhost)", mail is send to a mail server for processing, no matter what the destination, not your local host unless, again, you run your own.
Did you verify if your customers got their emails?
The OC implementation of php mail will not provide any error message if mail sending fails, it is just a black hole.
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
I do have the user name and password define for email in OC.
Crystal Light Centrum Taiwan
Extensions: MailQueue | SUKHR | VBoces
“Data security is paramount at [...], and we are committed to protecting the privacy of anyone who is associated with our [...]. We’ve made a lot of improvements and will continue to make them.”
When you know your life savings are gone.
Users browsing this forum: No registered users and 16 guests