From d8a23ba9d3d6bf903a4c42d12b93dc73317ff52f Mon Sep 17 00:00:00 2001 From: Son Date: Mon, 15 Nov 2021 11:55:22 +0100 Subject: [PATCH] fix email template --- job_runner.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/job_runner.py b/job_runner.py index 994df064..024888f4 100644 --- a/job_runner.py +++ b/job_runner.py @@ -171,9 +171,9 @@ if __name__ == "__main__": user.email, f"Your mailbox {mailbox_email} has been deleted", f"""Mailbox {mailbox_email} along with its aliases are deleted successfully. - Regards, - SimpleLogin team. - """, +Regards, +SimpleLogin team. +""", ) elif job.name == JOB_DELETE_DOMAIN: @@ -194,9 +194,10 @@ if __name__ == "__main__": user.email, f"Your domain {domain_name} has been deleted", f"""Domain {domain_name} along with its aliases are deleted successfully. - Regards, - SimpleLogin team. - """, + +Regards, +SimpleLogin team. +""", ) else: