From 9e7389155665c41ccbe52933a78a942dacf9492c Mon Sep 17 00:00:00 2001 From: Abhishek Kaushik Date: Tue, 9 Jul 2019 20:50:42 +0530 Subject: [PATCH] typo fix - email delivery doc Signed-off-by: Abhishek Kaushik --- docs/email-delivery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/email-delivery.md b/docs/email-delivery.md index cee41dc9..2461f2c5 100644 --- a/docs/email-delivery.md +++ b/docs/email-delivery.md @@ -6,7 +6,7 @@ Altis Cloud can handle vast amounts of email sending, with very good deliverabil All email delivery on Cloud using `aws-ses` must be sent from email addresses that have their domain verified. Contact support to start the process of verifying your domain for email sending. -Once you have requested a domain for verification, you will be provided DNS entries to add to your DNS Server, or Human Made will configure it if we already control DNS for you domain. +Once you have requested a domain for verification, you will be provided DNS entries to add to your DNS Server, or Human Made will configure it if we already control DNS for your domain. It's also required to configure the code base to send emails from the domain. This can be done by setting the `altis.modules.cloud.email-from-address` setting.