aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-02-16 14:13:15 +0000
committerElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2024-02-16 14:13:15 +0000
commit886c3097531ed4a7b9fe310b81dfddb56aacf2a6 (patch)
tree20384e323ec31c08db92444fed8e1697f92605bb /config
parent828fc4b4ade3d9ecc187b6636217487b7a8521ea (diff)
fixes #3658
Closes #3658 Merge request studip/studip!2616
Diffstat (limited to 'config')
-rw-r--r--config/config_defaults.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config_defaults.inc.php b/config/config_defaults.inc.php
index e9ac59e..4a362ad 100644
--- a/config/config_defaults.inc.php
+++ b/config/config_defaults.inc.php
@@ -199,7 +199,7 @@ $MAIL_TRANSPORT = "smtp";
----------------------------------------------------------------
leave blank or try 127.0.0.1 if localhost is also the mailserver
ignore if you don't use smtp as transport*/
-$MAIL_HOST_NAME = ""; //which mailserver should we use? (must allow mail-relaying from $MAIL_LOCALHOST, defaults to SERVER_NAME)
+$MAIL_HOST_NAME = ""; //which mailserver should we use? (must allow mail-relaying from $MAIL_LOCALHOST, defaults to localhost)
$MAIL_SMTP_OPTIONS = [
'port' => 25,
'user' => '',