summaryrefslogtreecommitdiffstats
path: root/src/frest/mail.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/frest/mail.py')
-rw-r--r--src/frest/mail.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/frest/mail.py b/src/frest/mail.py
deleted file mode 100644
index e553525..0000000
--- a/src/frest/mail.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from flask_mail import Mail
-
-mail = Mail()
-config = {
- "SERVER": "",
- "PORT": 587,
- "USE_TLS": True,
- "USERNAME": "",
- "DEFAULT_SENDER": "",
- "PASSWORD": "",
-}