When using wp_mail()
, is there any way to verify that the email was sent correctly?
Leave a Reply
You must be logged in to post a comment.
When using wp_mail()
, is there any way to verify that the email was sent correctly?
You must be logged in to post a comment.
As you have probably found, for
wp_mail()
:A possible workaround is to add an email address that you have access to in the recipients list, and if the one email address receives the mail you can be reasonably (although not 100%) certain that the message was sent.