Update src/registrar/utility/email.py

Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
Matt-Spence 2024-10-02 11:26:12 -05:00 committed by GitHub
parent 65d89872f2
commit 9940b1657e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,7 +91,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: