Skip to content

Commit

Permalink
Explicitly disabled pretty formatting when calling emailSender.send()…
Browse files Browse the repository at this point in the history
… in `contact_support.py`
  • Loading branch information
dmccoystephenson committed Jul 11, 2024
1 parent c28e1af commit 362fd9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/api/src/contact_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 362fd9e

Please sign in to comment.