fix links
This commit is contained in:
@@ -264,7 +264,7 @@ def send_register_mail(signup_email):
|
|||||||
sender ='message@chiefsoft.com',
|
sender ='message@chiefsoft.com',
|
||||||
recipients = [signup_email,'ameye+merscopy@chiefsoft.com']
|
recipients = [signup_email,'ameye+merscopy@chiefsoft.com']
|
||||||
)
|
)
|
||||||
msg.body = 'Hello MERMS message sent for account verification http://localhost:8090/completesignup/JWT-djhgdhjgdhdggggd'
|
msg.body = 'Hello MERMS message sent for account verification http://localhost:8090/csignup/JWT-djhgdhjgdhdggggd'
|
||||||
mail.send(msg)
|
mail.send(msg)
|
||||||
|
|
||||||
@app.route("/panel/auth/reset", methods=["POST"])
|
@app.route("/panel/auth/reset", methods=["POST"])
|
||||||
@@ -308,7 +308,7 @@ def send_resetpass_mail(signup_email):
|
|||||||
sender ='message@chiefsoft.com',
|
sender ='message@chiefsoft.com',
|
||||||
recipients = [signup_email,'ameye+merscopy@chiefsoft.com']
|
recipients = [signup_email,'ameye+merscopy@chiefsoft.com']
|
||||||
)
|
)
|
||||||
msg.body = 'Hello MERMS message sent for account verification http://localhost:8090/resetacc/JWT-djhgdhjgdhdggggd'
|
msg.body = 'Hello MERMS message sent for account verification http://localhost:8090/accreset/JWT-djhgdhjgdhdggggd'
|
||||||
mail.send(msg)
|
mail.send(msg)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user