wp_mail question
-
Hello,
Out of the box stuff works fine with this plugin, but I’ve created a custom function using wp_mail that hooks into a csv import plugin to send email to each of the users asking them to reset their password.
It sends, but via the logs also seems to send additional, duplicate emails (missing the ‘to’ field) and admin also gets the following email message (email changed for security):
<[email protected]> wrote:
You getting this message because an error detected while delivered your
email.
You are welcome to post a support issue.
The log to paste with your support issue:
No recipient forward path has been suppliedI’m aware this could be an issue with my function, but wanted to get clarification on this to begin with.
Does this plugin override default wp_mail function? I assume it does, but if it doesn’t how would I use plugin settings to create my own custom function like this?
Thanks in advance
- The topic ‘wp_mail question’ is closed to new replies.