fdsfsd
This commit is contained in:
parent
a52fc8df12
commit
b857a07d04
1 changed files with 2 additions and 2 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue