#6945 closed enhancement (fixed)
Support existing plugins that set PHPMailer to use SMTP
Reported by: | DJPaul | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Emails | Keywords: | |
Cc: |
Description
Certain plugins configure WordPress to use SMTP for PHPMailer, and don't re-implement wp_mail
nor filter enable HTML. An example plugin that does this is "Easy WP SMTP".
Since we use PHPMailer, we ought to try to support these plugins since they're just tweaking how PHPMailer works, rather than re-implementing WordPress' entire email "API".
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 10635: