Opened 13 years ago
Closed 13 years ago
#19677 closed enhancement (fixed)
Update phpMailer to version 5.2
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | External Libraries | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
PHPMailer development is now in Apache Extras and the current version is 5.2
We should update this and then push any changes we want to recommend upstream
Improvements in 5.2:
- Adds support for more MIME content types
Attachments (2)
Change History (10)
#1
@
13 years ago
With the update to PHPMailer 5.2 we no longer need any hacks in the Unit Tests to make the code testable so I removed them for WP 3.4 and later in [UT492]
#3
@
13 years ago
Leaving the ticket open in case these changes bring any issues - not expected as they passed all our unit-tests :)
#4
follow-up:
↓ 5
@
13 years ago
http://core.trac.wordpress.org/browser/trunk/wp-includes/class-phpmailer.php?rev=19632#L760
Looks broken. The - should probably not have been changed to a .
Not sure how the unit-tests passed :)
#5
in reply to:
↑ 4
@
13 years ago
Replying to barry:
http://core.trac.wordpress.org/browser/trunk/wp-includes/class-phpmailer.php?rev=19632#L760
Looks broken. The - should probably not have been changed to a .
Not sure how the unit-tests passed :)
Good Catch.
Core WordPress always uses mail() sending not smtp which is why the tests didn't catch this.
PHP 5.2 for WordPress