mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-31 09:43:54 +02:00
Add function comment
This commit is contained in:
parent
ef25506b4a
commit
c29b886dbd
2 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue