This commit is contained in:
zandercymatics 2024-08-28 09:28:19 -06:00
parent bc75ac4540
commit 8ff93fade1
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -42,7 +42,7 @@ def send_templated_email(
if not settings.IS_PRODUCTION: # type: ignore
# Split into a function: C901 'send_templated_email' is too complex.
# Raises an error if we cannot send an email (due to restrictions).
# Raises an error if we cannot send an email (due to restrictions).
# Does nothing otherwise.
_can_send_email(to_address, bcc_address)