fix atring s

This commit is contained in:
CHIEFSOFT\ameye
2024-12-26 10:26:48 -05:00
parent fbaa8a5b58
commit 1c1d05215f
+3 -1
View File
@@ -264,7 +264,9 @@ def send_register_mail(signup_email):
sender ='message@chiefsoft.com',
recipients = [signup_email,'ameye+merscopy@chiefsoft.com']
)
msg.body = "Hello MERMS message sent for account verification <a href='https://works.mermsemr.com/csignup/JWT-djhgdhjgdhdggggd'>https://works.mermsemr.com/csignup/JWT-djhgdhjgdhdggggd</a>"
msg.body = """Hello MERMS message sent for account verification
<a href='https://works.mermsemr.com/csignup/JWT-djhgdhjgdhdggggd'>https://works.mermsemr.com/csignup/JWT-djhgdhjgdhdggggd</a>
"""
mail.send(msg)
@app.route("/panel/auth/reset", methods=["POST"])