Is it possible to send an email by PHP code with your plugin?
-
We use Post SMTP Mailer/Email to send all WP generated emails. However, I need to send a notification email when a post is updated and not sure how to do this in functions. I’ve tried to do it using wp_mail from the save_post hook with no success.
Any ideas how I could accomplish this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Is it possible to send an email by PHP code with your plugin?’ is closed to new replies.