Send Email Action
-
Thank you for your plugin. I am trying to understand your send email functionality because I need to send different emails based on if the user has been updated or is a new user, so I can’t use your template option (both types of updates may happen during an import, which is one feature your plugin provides that others don’t!). If the option “Activate WordPress Automatic Email…” is selected, my custom new user email is sent. I am using the wp_new_user_notification_email filter to customize the new user email.
If “Deactivate WordPress Automatic Email…” is selected, no email is sent. Obviously, the “Activate WordPress Automatic Email…” is applying a send email filter. When I dive into the code, I see the send_email_change_email filter, and when I try to use this hook to modify the email, the email content is still the content of the new user notification email.
Of course I can modify the new user notification to function how I need but I’m afraid this behavior may be a bug and may change in future versions.
Can you please enlighten me on the best way to customize my email message?
Thank you.
- The topic ‘Send Email Action’ is closed to new replies.