Changeset 50628 for trunk/src/wp-includes/PHPMailer/SMTP.php
- Timestamp:
- 03/31/2021 09:28:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/PHPMailer/SMTP.php
r50397 r50628 36 36 * @var string 37 37 */ 38 const VERSION = '6. 3.0';38 const VERSION = '6.4.0'; 39 39 40 40 /** … … 554 554 //Send encoded username and password 555 555 if ( 556 //Format from https://tools.ietf.org/html/rfc4616#section-2 557 //We skip the first field (it's forgery), so the string starts with a null byte 556 558 !$this->sendCommand( 557 559 'User & Password',
Note: See TracChangeset
for help on using the changeset viewer.