Make WordPress Core

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: thetamarketing's profile thetamarketing 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)

#1 @SergeyBiryukov
12 years ago

  • Component changed from Mail to External Libraries

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).

#2 @c3mdigital
12 years ago

  • Keywords reporter-feedback added

Related: #25014

thetamarketing,

Could you test the patch added to #25014, which updates php_mailer to the latest version 5.2.6? It would be great to know if the latest version solves this issue.

#3 @thetamarketing
12 years ago

I updated the php_mailer version to 5.2.6 and that seemed to fix the issue.

#4 @thetamarketing
12 years ago

  • Keywords has-patch added; reporter-feedback removed
  • Resolution set to worksforme
  • Status changed from new to closed

#5 @c3mdigital
12 years ago

  • Resolution worksforme deleted
  • Severity changed from critical to normal
  • Status changed from closed to reopened

The patch on #25014 has not been committed yet so this ticket needs to stay open until it is fixed in trunk.

#6 @markoheijnen
12 years ago

  • Keywords has-patch removed
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from reopened to closed

It's then duplicated of #25014

Note: See TracTickets for help on using tickets.