Opened 12 years ago
Closed 12 years ago
#25056 closed defect (bug) (duplicate)
Update to class_phpmailer.php in WordPress 3.6 broke email sending on server using mini_sendmail
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.6 |
Component: | External Libraries | Keywords: | |
Focuses: | Cc: |
Description
I have a client that is hosted on a server that uses mini_sendmail and after upgrading their WordPress install to version 3.6 all email functionality from WordPress stopped working.
I reverted to using the class_phpmailer.php file from WordPress version 3.5.2 and the email functionality started working again.
Change History (6)
#4
@
12 years ago
- Keywords has-patch added; reporter-feedback removed
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Per https://code.google.com/a/apache-extras.org/p/phpmailer/issues/detail?id=75, PHPMailer 5.2.1 appears to be affected, however that is the version used in 3.4 and 3.5 (see #19887, #21074).