mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-20 09:46:06 +02:00
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:
commit
aa8a4a19fb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue