Changeset 50630 for branches/5.7/src/wp-includes/PHPMailer/SMTP.php
- Timestamp:
- 04/01/2021 12:59:20 PM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
-
branches/5.7/src/wp-includes/PHPMailer/SMTP.php
r50397 r50630 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.