diff options
| author | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-09 19:32:29 +0000 |
|---|---|---|
| committer | Santo Cariotti <dcariotti24@gmail.com> | 2020-04-09 19:32:29 +0000 |
| commit | 0e6fec8d4e5eaf2c72a51e2f2ddcab536c693313 (patch) | |
| tree | 97385e26e588904c4b013f394a828d7f779fb41e /frest/mail.py | |
| parent | 388ae097da005fdf800b423ced8cb9fe4b7296d6 (diff) | |
chore: remove generic project files
Diffstat (limited to 'frest/mail.py')
| -rw-r--r-- | frest/mail.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/frest/mail.py b/frest/mail.py deleted file mode 100644 index e553525..0000000 --- a/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": "", -} |
