summaryrefslogtreecommitdiff
path: root/admin_site_config.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-02-03 16:00:11 +0000
committerGreg Roach <fisharebest@gmail.com>2017-02-03 16:00:11 +0000
commitfc571bfef9231170d0f24a2402d098c8416f6537 (patch)
tree1f6107c16e86e3fd7e03100e5be6fd53ec94217d /admin_site_config.php
parent5bdc20faa08decc665019f2c426017413332aa54 (diff)
downloadwebtrees-fc571bfef9231170d0f24a2402d098c8416f6537.tar.gz
webtrees-fc571bfef9231170d0f24a2402d098c8416f6537.tar.bz2
webtrees-fc571bfef9231170d0f24a2402d098c8416f6537.zip
Add sendmail as a mail transport
Diffstat (limited to 'admin_site_config.php')
-rw-r--r--admin_site_config.php1
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 = [