master
Aevann1 2021-10-03 22:24:16 +02:00
parent 8f88892b7b
commit c29a3e3b40
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ site_name = environ.get("SITE_NAME").strip()
@app.route("/mailtest")
def mailtest():
msg = Message(html="<h1>Hello<h1>",
sender="from@example.com",
recipients=["to@example.com"])
sender="rdrama@rdrama.net",
recipients=["randomname42029@gmail.com"])
mail.send(msg)
@app.get('/rules')