config: Change default sender for mails
parent
402e6699aa
commit
0d9ca65238
|
@ -35,7 +35,7 @@ class FlaskApplicationSettings(object):
|
|||
+ LocalConfig.DB_NAME
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
|
||||
MAIL_DEFAULT_SENDER = "noreply@v5.planet-casio.com"
|
||||
MAIL_DEFAULT_SENDER = "noreply-v5@planet-casio.com"
|
||||
MAIL_SUPPRESS_SEND = None
|
||||
|
||||
# Only send cookies over HTTPS connections (use only if HTTPS is enabled)
|
||||
|
|
Loading…
Reference in New Issue