When using wp_mail, is there any way to verify that the email was sent correctly?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
As you have probably found, for wp_mail:
A possible workaround is to add an email address that you have access to to 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. |
|||
|
|