Skip to content

Commit 272804d

Browse files
committed
Add ability to send emails with Flask-Mail and SMTP
1 parent a84a78a commit 272804d

File tree

4 files changed

+1084
-1387
lines changed

4 files changed

+1084
-1387
lines changed

pydatalab/Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Flask-Cors = "*"
99
Flask-Dance = "*"
1010
Flask-Login = "*"
1111
Flask-PyMongo = "*"
12+
Flask-Mail = "*"
1213
Werkzeug = ">=2.0,<2.1"
1314
bokeh = "<3"
1415
pandas = "*"

0 commit comments

Comments
 (0)