Skip to content
Snippets Groups Projects
Commit 217ab8fc authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

add config for flask-mail in alumni graph

parent a216c231
Branches
No related tags found
No related merge requests found
......@@ -10,3 +10,10 @@ MAIL_REPLY_TO = "{{ alumni_graph_mail_reply_to }}"
SERVER_NAME = "{{ alumni_graph_server_name }}"
#PREFERRED_URL_SCHEME = "https"
MAIL_SERVER = {{ alumni_graph_mail_server }}
MAIL_PORT = {{ alumni_graph_mail_port }}
MAIL_USE_TLS = {{ alumni_graph_mail_tls }}
MAIL_USERNAME = {{ alumni_graph_mail_user }}
MAIL_PASSWORD = {{ alumni_graph_mail_pass }}
......@@ -36,3 +36,10 @@ alumni_graph_mail_from: "Sender <sender@example.org>"
alumni_graph_mail_reply_to: "Reply-To <reply-to@example.org>"
alumni_graph_server_name: "alumni.example.com"
alumni_graph_mail_server: "mail.examle.com"
alumni_graph_mail_port: 25
alumni_graph_mail_tls: False
alumni_graph_mail_user: None
alumni_graph_mail_pass: None
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment