[wp-trac] [WordPress Trac] #15539: wp_mail() should allow using PHPmailer's SMTP feature

WordPress Trac wp-trac at lists.automattic.com
Mon Nov 22 16:55:35 UTC 2010


#15539: wp_mail() should allow using PHPmailer's SMTP feature
--------------------------+-------------------------------------------------
 Reporter:  mastermind    |       Owner:                
     Type:  defect (bug)  |      Status:  new           
 Priority:  normal        |   Milestone:  Future Release
Component:  Mail          |     Version:  3.1           
 Severity:  normal        |    Keywords:  needs-patch   
--------------------------+-------------------------------------------------
Changes (by nacin):

  * keywords:  => needs-patch
  * milestone:  Awaiting Review => Future Release


Comment:

 It's best to rely on mail() by default, but other MTAs can be used if
 desired.

 There's a way to handle this by leveraging the do_action_ref_array -- the
 phpmailer object can be passed to a callback and modified completely.

 There's a plugin called WP Mail SMTP that handles this for example.

 Re-reading the ticket, I don't object to #2.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15539#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list