fix from name and from address can not be saved
This commit is contained in:
parent
e21036fd29
commit
959966ad31
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ public function syncData(bool $toModel = false)
|
|||
$this->settings->smtp_username = $this->smtpUsername;
|
||||
$this->settings->smtp_password = $this->smtpPassword;
|
||||
$this->settings->smtp_timeout = $this->smtpTimeout;
|
||||
$this->settings->smtp_from_address = $this->smtpFromAddress;
|
||||
$this->settings->smtp_from_name = $this->smtpFromName;
|
||||
|
||||
$this->settings->resend_enabled = $this->resendEnabled;
|
||||
$this->settings->resend_api_key = $this->resendApiKey;
|
||||
|
|
|
|||
Loading…
Reference in a new issue