From 1f534bc044748254f43e413a4f9509b88ba2a361 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Tue, 12 Nov 2019 15:09:03 -0500 Subject: [PATCH] Update 'config.py' --- config-new.py => config.py | 6 ++++++ 1 file changed, 6 insertions(+) rename config-new.py => config.py (81%) diff --git a/config-new.py b/config.py similarity index 81% rename from config-new.py rename to config.py index d31474e..b14cd26 100644 --- a/config-new.py +++ b/config.py @@ -12,3 +12,9 @@ CA_CERT_PATH = "/root/ca.crt" ENCRYPTION_PASSPHRASES = {'POOL_NAME': 'ENCRYPTION_PASSPHRASE', 'POOL_NAME2': 'ENCRYPTION_PASSPHRASE2'} # STMP Settings +SMTP_SERVER = 'smtp.gmail.com' +SMTP_PORT = 587 +SMTP_SSL = True +SMTP_FROM = 'admin@gmail.com' +SMTP_USERNAME = 'admin@gmail.com' +SMTP_PASSWORD = 'super secret password goes here' \ No newline at end of file