[wp-hackers] Customize Wordpress Emails
John Blackbourn
johnbillion+wp at gmail.com
Fri Dec 10 00:14:18 UTC 2010
On Thu, Dec 9, 2010 at 11:53 PM, Ryan Bilesky <rbilesky at gmail.com> wrote:
> Hence it just makes sense to add functionality to my plugin to just suppress
> wp_mail and send out the emails myself so I have the full control over the
> process without hacking the core function.
Hey Ryan,
The wp_mail() function is in the 'wp-includes/pluggable.php' file
meaning it can be completely overridden by a plugin. Makes life nice
and simple!
John
More information about the wp-hackers
mailing list