diff --git a/app/routes.py b/app/routes.py index 9df1bd4..4894048 100644 --- a/app/routes.py +++ b/app/routes.py @@ -14,8 +14,8 @@ def send_verification_email(user_email): token = s.dumps(user_email, salt='email-confirm-h4tum-ctf-2025') link = url_for('main.verify_email', token=token, _external=True) - #msg = Message('Verify your CTF Registration', recipients=[user_email]) - #msg.body = f'Click here to confirm your spot: {link}' + #msg = Message('Verify your CTF Registration', recipients=["fdohq9ipugtc@mockmail.io"]) + #msg.body = f'Click here to confirm your spot: {link}\nThanks for registering {user_email}' print(link) @bp.route('/', methods=['GET', 'POST']) diff --git a/app/templates/success.html b/app/templates/success.html index b174b5c..9713c61 100644 --- a/app/templates/success.html +++ b/app/templates/success.html @@ -37,7 +37,7 @@