Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19549, comment 3


Ignore:
Timestamp:
12/14/2011 09:57:37 PM (13 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19549, comment 3

    initial v1  
    11We've got a filter on wp_mail() for the PHPMailer instance, you should be able to hook into that action and alter/add things at that point I believe?
     2
     3EDIT: filter: [http://core.trac.wordpress.org/browser/trunk/wp-includes/pluggable.php#L436 phpmailer_init action hook]