diff --git a/files/routes/static.py b/files/routes/static.py index 9bbfc7444b..77411257f3 100644 --- a/files/routes/static.py +++ b/files/routes/static.py @@ -14,8 +14,8 @@ site_name = environ.get("SITE_NAME").strip() @app.route("/mailtest") def mailtest(): msg = Message(html="

Hello

", - sender="from@example.com", - recipients=["to@example.com"]) + sender="rdrama@rdrama.net", + recipients=["randomname42029@gmail.com"]) mail.send(msg) @app.get('/rules')