Make WordPress Core


Ignore:
Timestamp:
08/03/2026 06:58:00 PM (5 weeks ago)
Author:
SergeyBiryukov
Message:

External Libraries: Upgrade PHPMailer to version 7.1.1.

This is a maintenance and minor security release.

References:

Follow-up to [54937], [55557], [56484], [57137], [59246], [59481], [60623], [60813], [60888], [61249], [61468].

Props hareesh-pillai, Synchro, jrf.
Fixes #65790.

File:
1 edited

Legend:

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

    r61468 r62975  
    3737     * @deprecated This constant will be removed in PHPMailer 8.0. Use `PHPMailer::VERSION` instead.
    3838     */
    39     const VERSION = '7.0.2';
     39    const VERSION = '7.1.1';
    4040
    4141    /**
     
    12901290     *     $name == 'HELO'|'EHLO': returns the server name
    12911291     *     $name == any other string: if extension $name exists, returns True
    1292      *       or its options (e.g. AUTH mechanisms supported). Otherwise returns False.
     1292     *       or its options (e.g. AUTH mechanisms supported). Otherwise, returns False.
    12931293     *
    12941294     * @param string $name Name of SMTP extension or 'HELO'|'EHLO'
Note: See TracChangeset for help on using the changeset viewer.