forked from MarseyWorld/MarseyWorld
dsfsdf
parent
4b7e44cbf7
commit
41b64a1918
|
@ -13,9 +13,9 @@ 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"])
|
||||
msg = Message(html="<h1>Hello<h1>",
|
||||
sender="from@example.com",
|
||||
recipients=["to@example.com"])
|
||||
mail.send(msg)
|
||||
|
||||
@app.get('/rules')
|
||||
|
|
Loading…
Reference in New Issue