This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.
This documentation has moved here: https://github.com/johnbillion/wp_mail
This document lists all the situations where WordPress sends an email, along with how to filter or disable each email.
This documentation has moved here: https://github.com/johnbillion/wp_mail
This should totally be in the official WP Docs - Great stuff.
+1 For being in the official docs. I spent way too much time searching for this before finding it, but so glad I finally did. Thanks for putting this together!
Thanks a ton for this.
Thank you very much.
For the section User requests a password reset via "Lost your password?"
You can disable it by hooking the filter retrieve_password_message
and returning an empty or null message.
@johnbillion I have updated one of the entries on my fork of your gist here: https://gist.github.com/mikelittle/3fb023aeafb75e9a4cac181b4766f34e/revisions#diff-9fe3f8accff188124636d7848a017a68
Consider it a PR.
You can check email log by https://github.com/arshidkv12/WP-Mail-Logging-PostBox
Great timing -- I was creating a similar list of my own, but you beat me to it! It's really very strange to me that I'm not immediately finding a list like this in the WordPress documentation -- my Google-fu brought me here.