Opened 13 years ago
Closed 13 years ago
#19887 closed enhancement (fixed)
Upgrade PHPMailer to 5.2.1
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | External Libraries | Keywords: | |
Focuses: | Cc: |
Description
PHPMailer has already been upgrade pending WordPress 3.4 to version 5.2.0 (http://core.trac.wordpress.org/ticket/19677) but another release has been made to 5.2.1. I propose we get this in as it contains some bug fixes. I'll attach a patch when I get home later.
Attachments (1)
Change History (6)
#3
follow-up:
↓ 4
@
13 years ago
Seems like tabs and whitespaces for intends are mixed in this patch.
#4
in reply to:
↑ 3
@
13 years ago
Replying to ocean90:
Seems like tabs and whitespaces for intends are mixed in this patch.
All I did was update to the latest trunk version, copy the 2 files in from the PHPMailer download after renaming them to the WordPress file names, fixed the SMTP include line by changing a '.' to a '-' and then created the diff.
The mixed tabs and whitespaces are coming from the PHPMailer original code.
Patch as promised. Already has the file name file within the PHPMailer class applied.