Fix storing mail settings

This commit is contained in:
Michael 2022-03-05 13:08:09 +00:00
commit 421dd028ce
2 changed files with 16 additions and 15 deletions

View file

@ -108,7 +108,7 @@ function settings_post(App $a)
'port' => $mail_port,
'ssltype' => $mail_ssl,
'user' => $mail_user,
`action` => $mail_action,
'action' => $mail_action,
'movetofolder' => $mail_movetofolder,
'mailbox' => 'INBOX',
'reply_to' => $mail_replyto,