[wp-hackers] Customize Wordpress Emails

Scot Hacker shacker at birdhouse.org
Fri Dec 10 07:03:25 UTC 2010


> Date: Thu, 9 Dec 2010 15:53:36 -0800
> From: Ryan Bilesky <rbilesky at gmail.com>
> 
> 
> Exactly my point, that would require three different plugins, the SMTP
> plugin, a plugin to customize the emails with an HTML format, and my own
> plugin still to send my other emails.
> 
> 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.

Why not just bundle the phpmailer class (or a similar lib) with your plugin? Won't that take care of all of the above? 87k and you Bob's your uncle.

./s


--
Scot Hacker
http://about.me/shacker











More information about the wp-hackers mailing list