Update emailx.py
Browse files
emailx.py
CHANGED
@@ -27,7 +27,7 @@ def send_verification_email(to_email, verification_token):
|
|
27 |
}
|
28 |
],
|
29 |
"Subject": "Verify Your Email",
|
30 |
-
"HTMLPart": f'Click <a href="https://
|
31 |
}
|
32 |
]
|
33 |
}
|
|
|
27 |
}
|
28 |
],
|
29 |
"Subject": "Verify Your Email",
|
30 |
+
"HTMLPart": f'Click <a href="https://gregniuki-loginauth.hf.space/verify/{verification_token}">here</a> to verify your email.'
|
31 |
}
|
32 |
]
|
33 |
}
|