#1162 closed enhancement (fixed)
Route outgoing email through function other than PHP mail()
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 1.5.1 |
| Component: | General | Keywords: | bg|has-patch |
| Focuses: | Cc: |
Description
On my Windows server, the PHP mail() function often fails to authenticate with SMTP when the outgoing headers are set as WordPress does by default. Additionally, the mail() function is very slow to execute when it does work.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
This, or something like it, would definitely facilitate hands-free installation of my wpPHPMailer plugin [ http://www.coffee2code.com/archives/2004/06/28/plugin-wpphpmailer/ ], which allows direct access to a mail server for those without sendmail. As it stands, I have to have users modify the wp_mail() function.