Changeset 55557 for trunk/src/wp-includes/PHPMailer/SMTP.php
- Timestamp:
- 03/17/2023 02:20:24 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/PHPMailer/SMTP.php
r54937 r55557 36 36 * @var string 37 37 */ 38 const VERSION = '6. 7';38 const VERSION = '6.8.0'; 39 39 40 40 /** … … 51 51 */ 52 52 const DEFAULT_PORT = 25; 53 54 /** 55 * The SMTPs port to use if one is not specified. 56 * 57 * @var int 58 */ 59 const DEFAULT_SECURE_PORT = 465; 53 60 54 61 /** … … 188 195 'CampaignMonitor' => '/[\d]{3} 2.0.0 OK:([a-zA-Z\d]{48})/', 189 196 'Haraka' => '/[\d]{3} Message Queued \((.*)\)/', 197 'ZoneMTA' => '/[\d]{3} Message queued as (.*)/', 190 198 'Mailjet' => '/[\d]{3} OK queued as (.*)/', 191 199 ];
Note: See TracChangeset
for help on using the changeset viewer.