Make WordPress Core


Ignore:
Timestamp:
06/16/2021 05:01:39 PM (4 years ago)
Author:
SergeyBiryukov
Message:

External Libraries: Upgrade PHPMailer to version 6.5.0.

Release notes: https://github.com/PHPMailer/PHPMailer/releases/tag/v6.5.0

For a full list of changes in this update, see the PHPMailer GitHub:
https://github.com/PHPMailer/PHPMailer/compare/v6.4.1...v6.5.0

Props ayeshrajans, Synchro.
Fixes #53430.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/PHPMailer/SMTP.php

    r50799 r51169  
    3636     * @var string
    3737     */
    38     const VERSION = '6.4.1';
     38    const VERSION = '6.5.0';
    3939
    4040    /**
     
    187187        'SendGrid' => '/[\d]{3} Ok: queued as (.*)/',
    188188        'CampaignMonitor' => '/[\d]{3} 2.0.0 OK:([a-zA-Z\d]{48})/',
     189        'Haraka' => '/[\d]{3} Message Queued \((.*)\)/',
    189190    ];
    190191
Note: See TracChangeset for help on using the changeset viewer.