changeset 490:4b39e7f651ed

merge
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 24 Aug 2018 14:10:47 +0200
parents 91d0f23360e6 (current diff) 8f3f7577fbe7 (diff)
children 89682badcd3a
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/config/config.go	Fri Aug 24 14:02:53 2018 +0200
+++ b/pkg/config/config.go	Fri Aug 24 14:10:47 2018 +0200
@@ -131,7 +131,7 @@
 	ui("mail-port", 465, "port of server to send mail with")
 	str("mail-user", "gemma", "user to send mail with")
 	str("mail-password", "", "password of user to send mail with")
-	str("mail-from", "noreplay@localhost", "from line of mails")
+	str("mail-from", "noreply@localhost", "from line of mails")
 	str("mail-helo", "localhost", "name of server to send mail from.")
 
 	strSl("allowed-origins", allowedOrigins, "allow access for remote origins")