fix url
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user