diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-02-03 16:00:11 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-02-03 16:00:11 +0000 |
| commit | fc571bfef9231170d0f24a2402d098c8416f6537 (patch) | |
| tree | 1f6107c16e86e3fd7e03100e5be6fd53ec94217d /admin_site_config.php | |
| parent | 5bdc20faa08decc665019f2c426017413332aa54 (diff) | |
| download | webtrees-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.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 = [ |
