Change default secure port to 465

This commit is contained in:
Oleg Voronkovich 2023-03-03 18:43:48 +03:00
parent 8bd07461d1
commit 62fdf0a80b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class SMTP
*
* @var int
*/
const DEFAULT_SECURE_PORT = 587;
const DEFAULT_SECURE_PORT = 465;
/**
* The maximum line length allowed by RFC 5321 section 4.5.3.1.6,