diff options
Diffstat (limited to 'admin_site_config.php')
| -rw-r--r-- | admin_site_config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin_site_config.php b/admin_site_config.php index c0ef7ba2f5..e18163e38d 100644 --- a/admin_site_config.php +++ b/admin_site_config.php @@ -114,6 +114,7 @@ $SMTP_SSL_OPTIONS = [ ]; $SMTP_ACTIVE_OPTIONS = [ 'internal' => I18N::translate('Use PHP mail to send messages'), + 'sendmail' => /* I18N: "sendmail" is the name of some mail software */ I18N::translate('Use sendmail to send messages'), 'external' => I18N::translate('Use SMTP to send messages'), ]; $WELCOME_TEXT_AUTH_MODE_OPTIONS = [ |
