Skip to content

Commit

Permalink
Removed Mail Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaqilirshad committed Oct 21, 2023
1 parent dc13667 commit ca1abbd
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Binary file added __pycache__/app.cpython-310.pyc
Binary file not shown.
Binary file added __pycache__/helpers.cpython-310.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
app.config["MAIL_PORT"] = 465
app.config["MAIL_USE_TLS"] = False
app.config["MAIL_USE_SSL"] = True
app.config["MAIL_USERNAME"] = '[email protected]'
app.config["MAIL_PASSWORD"] = 'icecream18106'
app.config["MAIL_USERNAME"] = ' '
app.config["MAIL_PASSWORD"] = ' '
app.config["MAIL_DEFAULT_SENDER"] = ('E-Store', '[email protected]')
app.config["MAIL_ASCII_ATTACHMENTS"] = False
app.config["MAIL_DEBUG"] = True
Expand Down
Binary file modified flask_session/2029240f6d1128be89ddc32729463129
Binary file not shown.
Binary file added flask_session/93a7b9ef1cb606b4064aa3c8c95e6bb9
Binary file not shown.
Binary file modified shopper.db
Binary file not shown.

0 comments on commit ca1abbd

Please sign in to comment.