Support Forum
So the question is whether the email is being generated and not received or if its not being generated at all. It is not unusual for certain emails in WP to be received and others to just disappear / silently rejected by the receiving server.
To answer this question, you would need to install an email logging solution of some kind. The one we use is MAILGUN which has great logs about what is happening to emails. But you can also use something like POST SMTP which would use your SMTP server to send emails and generate a rudimentary log.
Once that is installed and configured you can check the email logs to see if the emails are present in them. If they are present then within the logs you can see what happened to them. If they are not present in the logs then it means that the email is not being generated and you can start digging down to figure out why that is happening.
Thanks.
Hi again, we asked our hosting support team to check the email logs for specific emails I've received but our moderators haven't, this is their reply:
"I've checked the logs and can confirm that it is NOT trying to send out those emails - I can see where it has sent them to your @wooddesigner addresses and I can also see a couple of emails sent to the hotmail/gmail addresses you mentioned but not those notifications - definitely aren't attempting to send or we'd see it, even if it errored."
Can you advise on next steps, thanks
Hi:
If you're absolutely sure that the emails are not showing up in the logs then the next thing to do is to see if any errors are being generated that might be related to emails. So turn on the WordPress debug flags, erase any existing debug.log file and then try a transaction again that should result in an email. Then check the WordPress debug.log file for errors.
Thanks.
1 Guest(s)