From 5ff4cfe7e3d8bfad6a845a33246b119b32018415 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Tue, 1 Nov 2022 09:35:39 -0400 Subject: [PATCH] Clarify good value of NOTIFY_EMAIL_DOMAIN in development --- sample.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample.env b/sample.env index 98309ede9..ca51a6007 100644 --- a/sample.env +++ b/sample.env @@ -6,7 +6,7 @@ # # 3. Comment out the other setup # -# 4. Replace `NOTIFY_EMAIL_DOMAIN` with the domain your emails will come from (i.e. the "origination email" in your SES project) +# 4. If needed, set `NOTIFY_EMAIL_DOMAIN` with the domain your emails will come from (i.e. the "origination email" in your SES project) # # 5. Replace `SECRET_KEY` and `DANGEROUS_SALT` with high-entropy secret values # @@ -48,7 +48,7 @@ NOTIFY_ENVIRONMENT=development STATSD_HOST=localhost SES_STUB_URL=None NOTIFY_APP_NAME=api -NOTIFY_EMAIL_DOMAIN=dispostable.com +# NOTIFY_EMAIL_DOMAIN=notify.sandbox.10x.gsa.gov #############################################################