Skip to content

Commit

Permalink
Update app.py to update fastmail email (email only valid for 1 month)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkayasth authored May 11, 2024
1 parent ac91b72 commit e840103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
# Flask-Mail Configuration using fastmail's smtp server.
app.config["MAIL_SERVER"] = "smtp.fastmail.com"
app.config["MAIL_PORT"] = 465
app.config["MAIL_USERNAME"] = "viralgeneclock@fastmail.com"
app.config["MAIL_PASSWORD"] = "mlc3s3x3uucdduu6"
app.config["MAIL_USERNAME"] = "viralgeneclock1@fastmail.com"
app.config["MAIL_PASSWORD"] = "8wyxcy6vu6n6egyb"
app.config["MAIL_USE_TLS"] = False
app.config["MAIL_USE_SSL"] = True
app.config["MAIL_DEFAULT_SENDER"] = "[email protected]"
Expand Down

0 comments on commit e840103

Please sign in to comment.