Reset pass

This commit is contained in:
2023-03-04 10:01:59 -05:00
parent 85a20fc52a
commit 02e9eee332
8 changed files with 242 additions and 44 deletions
+3 -3
View File
@@ -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
*