Reset pass
This commit is contained in:
@@ -34,7 +34,7 @@ class Email extends BaseConfig
|
||||
* @var string
|
||||
*/
|
||||
//public $protocol = 'mail';
|
||||
public $protocol = 'smtp';
|
||||
public $protocol = 'mail';
|
||||
/**
|
||||
* The server path to Sendmail.
|
||||
*
|
||||
@@ -72,7 +72,7 @@ class Email extends BaseConfig
|
||||
* @var int
|
||||
*/
|
||||
//public $SMTPPort = 25;
|
||||
public $SMTPPort = 465; // 993; //465;
|
||||
public $SMTPPort = 465; // 993; //465;587; //
|
||||
|
||||
/**
|
||||
* SMTP Timeout (in seconds)
|
||||
@@ -94,7 +94,7 @@ class Email extends BaseConfig
|
||||
* @var string
|
||||
*/
|
||||
//public $SMTPCrypto = 'tls';
|
||||
public $SMTPCrypto = 'tls';
|
||||
public $SMTPCrypto = 'ssl'; // 'tls';
|
||||
/**
|
||||
* Enable word-wrap
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user