From 362fd9e98be1f4e9cf55d92d22bf257891c09d34 Mon Sep 17 00:00:00 2001 From: dmccoystephenson Date: Thu, 11 Jul 2024 09:18:20 -0600 Subject: [PATCH] Explicitly disabled pretty formatting when calling emailSender.send() in `contact_support.py` --- services/api/src/contact_support.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/api/src/contact_support.py b/services/api/src/contact_support.py index e20023af..218d9edd 100644 --- a/services/api/src/contact_support.py +++ b/services/api/src/contact_support.py @@ -96,6 +96,7 @@ def post(self): replyEmail, self.CSM_EMAIL_APP_USERNAME, self.CSM_EMAIL_APP_PASSWORD, + False, self.CSM_TLS_ENABLED, self.CSM_AUTH_ENABLED, )