Add function comment

This commit is contained in:
zandercymatics 2024-01-03 13:27:06 -07:00
parent ef25506b4a
commit c29b886dbd
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 4 additions and 0 deletions

View file

@ -576,6 +576,9 @@ class DomainApplication(TimeStampedModel):
The email goes to the email address that the submitter gave as their
contact information. If there is not submitter information, then do
nothing.
send_email: bool -> Used to bypass the send_templated_email function, in the event
we just want to log that an email would have been sent, rather than actually sending one.
"""
if self.submitter is None or self.submitter.email is None: