Changeset 62975 for trunk/src/wp-includes/PHPMailer/SMTP.php
- Timestamp:
- 08/03/2026 06:58:00 PM (5 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/PHPMailer/SMTP.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/PHPMailer/SMTP.php
r61468 r62975 37 37 * @deprecated This constant will be removed in PHPMailer 8.0. Use `PHPMailer::VERSION` instead. 38 38 */ 39 const VERSION = '7. 0.2';39 const VERSION = '7.1.1'; 40 40 41 41 /** … … 1290 1290 * $name == 'HELO'|'EHLO': returns the server name 1291 1291 * $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. 1293 1293 * 1294 1294 * @param string $name Name of SMTP extension or 'HELO'|'EHLO'
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)