diff --git a/app/config/email.py.example b/app/config/email.py.example new file mode 100644 index 0000000..0b968c8 --- /dev/null +++ b/app/config/email.py.example @@ -0,0 +1,6 @@ +MAIL_SERVER = 'smtp.gmail.com' +MAIL_PORT = 465 +MAIL_USE_TLS = False +MAIL_USE_SSL = True +MAIL_USERNAME = 'your-gmail-username' +MAIL_PASSWORD = 'your-gmail-password' \ No newline at end of file