diff options
Diffstat (limited to 'custom/conf/app.ini.sample')
-rw-r--r-- | custom/conf/app.ini.sample | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 6b46456f4e..aebcfafa96 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -414,8 +414,8 @@ USER = PASSWD = ; Send mails as plain text SEND_AS_PLAIN_TEXT = false -; Enable sendmail (override SMTP) -USE_SENDMAIL = false +; Set Mailer Type (either SMTP, sendmail or dummy to just send to the log) +MAILER_TYPE = smtp ; Specify an alternative sendmail binary SENDMAIL_PATH = sendmail ; Specify any extra sendmail arguments |