Fix storing mail settings
This commit is contained in:
parent
e351122cc5
commit
421dd028ce
2 changed files with 16 additions and 15 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue