Custom Email
Set your custom email for notifications instead of no-reply@scaleo-up.com. Please contact your manager and provide your Email address. You should receive emails to this address, quick verification should be completed.
Add SPF records
Login to your Email domain management panel, go to DNS records management, and add a TXT record with the following value. The name of the record can be blank or @, depending on your DNS service.
"v=spf1 include:amazonses.com ~all"
SPF records can contain multiple include
statements. If your domain already has an SPF record, you can add an include
statement for Amazon SES by using the following format:
"v=spf1 include:example.com include:amazonses.com ~all"
Note that verification of these settings may take up to 72 hours.
Add DKIM settings
DKIM (Domain Keys Identified Mail) is an email authentication technique that allows the receiver to check that an email was indeed sent and authorized by the owner of that domain.
Ask your Scaleo manager to send your own records for these settings. Login top your email domain management panel, go to DNS records management and add provided CNAME records.
Example of such records:
XXXXXXXXXXX._domainkey.DOMAIN.COM CNAME XXXXXXXXXXX.dkim.amazonses.com