Show Sendmail settings on admin config page (#2782)
* Show Sendmail settings on admin config page * Remove unecessary if statement
This commit is contained in:
parent
6a107e57f6
commit
4d01ecaef3
2 changed files with 16 additions and 4 deletions
|
@ -1412,6 +1412,9 @@ config.mailer_disable_helo = Disable HELO
|
|||
config.mailer_name = Name
|
||||
config.mailer_host = Host
|
||||
config.mailer_user = User
|
||||
config.mailer_use_sendmail = Use Sendmail
|
||||
config.mailer_sendmail_path = Sendmail Path
|
||||
config.mailer_sendmail_args = Extra arguments to Sendmail
|
||||
config.send_test_mail = Send Test Email
|
||||
config.test_mail_failed = Failed to send test email to '%s': %v
|
||||
config.test_mail_sent = Test email has been sent to '%s'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue