[geany/www.geany.org] 00387d: Set From email address for outgoing emails

Enrico Tröger git-noreply at xxxxx
Sat May 11 13:08:15 UTC 2019


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sat, 11 May 2019 13:08:15 UTC
Commit:      00387d3933cc1cb849e47a2c568809247a186f1f
             https://github.com/geany/www.geany.org/commit/00387d3933cc1cb849e47a2c568809247a186f1f

Log Message:
-----------
Set From email address for outgoing emails


Modified Paths:
--------------
    geany/settings.py

Modified: geany/settings.py
4 lines changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -186,8 +186,10 @@
 FILE_UPLOAD_MAX_MEMORY_SIZE = 10485760  # 10 MB
 
 
-ADMINS = (('Enrico Tröger', 'enrico.troeger at uvena.de'),)
+ADMINS = (('Enrico Tröger', 'webmaster at geany.org'),)
 MANAGERS = ADMINS
+SERVER_EMAIL = 'webmaster at geany.org'
+DEFAULT_FROM_EMAIL = 'webmaster at geany.org'
 
 #############
 # DATABASES #



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list