This commit is contained in:
CHIEFSOFT\ameye
2025-07-09 12:14:39 -04:00
parent 209cc63459
commit d2f1dc01e4
+3 -1
View File
@@ -112,17 +112,19 @@ def send_register_mail(signup_email, email_uid,last_row_id,firstname):
{"user": email_uid, 'exp' : datetime.datetime.utcnow() + datetime.timedelta(minutes=3330)},
RegisterService.JWT_SECRET_KEY, algorithm='HS256'
)
panel_url = "https://qa-panel.mermsemr.com/"
panel_url = "https://qa-panel.mermsemr.com"
link_url= str(panel_url) + '/csignup/' + jwt_part
msg_body = f"""
Hello {firstname},
You received this message for account verification
Follow the link:{link_url}
For any Support
Reach Out
support@mermsemr.com
"""
sender_email = "support@wrenchboard.com"