diff --git a/services/web/project/__init__.py b/services/web/project/__init__.py
index 077d89b..6ed44ff 100644
--- a/services/web/project/__init__.py
+++ b/services/web/project/__init__.py
@@ -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 https://works.mermsemr.com/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"])