From 15c5b068c2aff15a047a01383686a154dccfe788 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:18:08 -0600 Subject: [PATCH] Add comment --- src/registrar/models/domain_request.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/registrar/models/domain_request.py b/src/registrar/models/domain_request.py index 787198146..cb778c90a 100644 --- a/src/registrar/models/domain_request.py +++ b/src/registrar/models/domain_request.py @@ -675,6 +675,9 @@ class DomainRequest(TimeStampedModel): contact information. If there is not creator information, then do nothing. + If the waffle flag "profile_feature" is active, then this email will be sent to the + domain request creator rather than the submitter + 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.