From a3663140e2b581b7f3970ac2fd45c046b9dfa189 Mon Sep 17 00:00:00 2001 From: Mithun Shivashankar Date: Thu, 21 Nov 2024 09:38:12 +0100 Subject: [PATCH 1/2] Fix ci-cd --- asabiris/orchestration/sendemail.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/asabiris/orchestration/sendemail.py b/asabiris/orchestration/sendemail.py index b023ed0..88a4535 100644 --- a/asabiris/orchestration/sendemail.py +++ b/asabiris/orchestration/sendemail.py @@ -96,9 +96,6 @@ async def send_email( ) L.info("Email sent successfully to: {}".format(', '.join(email_to))) - import os - from typing import Dict, Tuple - async def _render_template(self, template: str, params: Dict, body_template_wrapper=None) -> Tuple[str, str]: # First, determine if a default wrapper needs to be used if body_template_wrapper in [None, '']: From 7f596b32650221bafcfab2d9a01874ad6ea6d2ac Mon Sep 17 00:00:00 2001 From: Mithun Shivashankar Date: Thu, 21 Nov 2024 09:41:14 +0100 Subject: [PATCH 2/2] Add Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 652ae1e..d4d5aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -105,6 +105,10 @@ - Change Error +#### 21.11.2024 + +- Email supports TXT templates + ### Bugfix