Skip to content

Commit

Permalink
Update app.py to change fastmail email (email only valid for 1 month …
Browse files Browse the repository at this point in the history
…free trial).
  • Loading branch information
mkayasth authored May 11, 2024
1 parent e840103 commit e5c232e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
app.config["MAIL_PASSWORD"] = "8wyxcy6vu6n6egyb"
app.config["MAIL_USE_TLS"] = False
app.config["MAIL_USE_SSL"] = True
app.config["MAIL_DEFAULT_SENDER"] = "viralgeneclock@fastmail.com"
app.config["MAIL_DEFAULT_SENDER"] = "viralgeneclock1@fastmail.com"

mail = Mail(app)

Expand Down

0 comments on commit e5c232e

Please sign in to comment.