email fix

这个提交包含在:
HB9HIL 2023-11-21 10:22:14 +01:00
父节点 694f9fbd80
当前提交 9d020aca84
共有 2 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -169,6 +169,7 @@ class Oqrs extends CI_Controller {
if($this->optionslib->get_option('emailProtocol') == "smtp") {
$config = Array(
'protocol' => $this->optionslib->get_option('emailProtocol'),
'smtp_crypto' => $this->optionslib->get_option('smtpEncryption'),
'smtp_host' => $this->optionslib->get_option('smtpHost'),
'smtp_port' => $this->optionslib->get_option('smtpPort'),
'smtp_user' => $this->optionslib->get_option('smtpUsername'),

查看文件

@ -713,6 +713,7 @@ class User extends CI_Controller {
if($this->optionslib->get_option('emailProtocol') == "smtp") {
$config = Array(
'protocol' => $this->optionslib->get_option('emailProtocol'),
'smtp_crypto' => $this->optionslib->get_option('smtpEncryption'),
'smtp_host' => $this->optionslib->get_option('smtpHost'),
'smtp_port' => $this->optionslib->get_option('smtpPort'),
'smtp_user' => $this->optionslib->get_option('smtpUsername'),