Opened 15 years ago
Closed 15 years ago
#19887 closed enhancement (fixed)
Upgrade PHPMailer to 5.2.1
| Reported by: | MattyRob | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | External Libraries | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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
@
15 years ago
Seems like tabs and whitespaces for intends are mixed in this patch.
#4
in reply to: ↑ 3
@
15 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch as promised. Already has the file name file within the PHPMailer class applied.