From fbaa8a5b58b1fd1c40b500847b7d595b4f8b33f2 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 26 Dec 2024 10:22:34 -0500 Subject: [PATCH] Lik path --- services/web/project/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py index 188ef3d..077d89b 100644 --- a/services/web/project/__init__.py +++ b/services/web/project/__init__.py @@ -264,7 +264,7 @@ 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 http://localhost:8090/csignup/JWT-djhgdhjgdhdggggd' + msg.body = "Hello MERMS message sent for account verification https://works.mermsemr.com/csignup/JWT-djhgdhjgdhdggggd" mail.send(msg) @app.route("/panel/auth/reset", methods=["POST"])