[wp-trac] [WordPress Trac] #15594: make pluggable the multisite/"wpmu" mails
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 25 17:58:11 UTC 2010
#15594: make pluggable the multisite/"wpmu" mails
-----------------------------+------------------------------
Reporter: arena | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Mail | Version: 3.1
Severity: minor | Resolution:
Keywords: 2nd-opinion |
-----------------------------+------------------------------
Comment (by arena):
see wp_mail file attached from wordpress latest nightly build to show you
that
For a mono site install, all mails are issued from wp-
includes/pluggable.php except for
* wp-login.php:233 where there is a filter : 'retrieve_password_message'
that allows you to completly override the wp_mail function.
* wp-mail.php:184: for posting posts via mails
For a multi site install none of the mails send are pluggable. Filtering
the content is not enough when you want to send multipart mails (html &
plaintext see MailPress plugin).
All the ms mails should be pluggable or at least have a specific filter
such as in wp-login.php:233
hope this makes it clear !
Thanks
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15594#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list