Change default secure port to 465
This commit is contained in:
parent
8bd07461d1
commit
62fdf0a80b
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue