Merge branch 'ms/2307-send-notification-emails' of https://github.com/cisagov/manage.get.gov into ms/2307-send-notification-emails

This commit is contained in:
matthewswspence 2024-10-02 11:55:15 -05:00
commit aa8a4a19fb
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -96,7 +96,7 @@ def send_templated_email( # noqa
# make sure we don't try and send an email to nowhere
if not destination:
message = "E-mail unable to send, no valid recipients provided."
message = "Email unable to send, no valid recipients provided."
raise EmailSendingError(message)
try: