Sender domain verification will help you to improve your email reputation. If you verified both email address & domain, then your emails will get a high chance of delivering in the customer's inbox instead of Junk/Spam folders.
Following records to be updated in your DNS settings & to be verified.
SPF Record
Hostname : @
Type : TXT
Value : v=spf1 a mx include:_spf.elasticemail.com ~all
DKIM Record
Host Name : api._domainkey
Type : TXT
Value :
k=rsa;t=s;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbmGbQMzYeMvxwtNQoXN0waGYaciuKx8mtMh5czguT4EZlJXuCt6V+l56mmt3t68FEX5JJ0q4ijG71BGoFRkl87uJi7LrQt1ZZmZCvrEII0YO4mp8sDLXC8g1aUAoi8TJgxq2MJqCaMyj5kAm3Fdy2tzftPCV/lbdiJqmBnWKjtwIDAQAB
Now, let us demonstrate adding & verifying the records in Amazon Route 53. No Worries! We will keep extending this guidance for other service providers also ongoing.
Configuration in Amazon Route 53
Open your AWS console & click “Services”
Search "Route 53"
Click “Route 53” from the result.
Click “Hosted Zones” from the left panel.
Click your site
Click “Create Record Set” button
Enter the “Hostname” in the “Name” field
Select “TXT - Text” from the list “Type”
Copy & paste the values in the field “Value”
Click “Create”
Repeat the steps 6,7,8,9,10 to add DKIM records.
Tips:
#1
Check to see if there are any other SPF records in your domain's DNS. There can only be one SPF record per domain, so if there is an existing record just add "include:_spf.elasticemail.com" to that record.
Make sure you remove the quotes.
For example, if your domain already has the record: v=spf1 a mx include:_spf.google.com ~all then you would just add: include:_spf.elasticemail.com. The final record would look like this: v=spf1 a mx include:_spf.google.com include:_spf.elasticemail.com ~all
#2
Sometimes '@' needs to be replaced with something else specific to your hosting. Check with your hosting provider to see if a special entry is needed in the Host/Name field if there is one. There are MANY different DNS editors and the set up can be different for each.
Verify in Cratio MAS
Once added, we have to give the request to verify from our application. Follow the steps.
Click “User Icon” which is in the right top corner of the application.
Select “Settings” from the list
Click “Email Settings”
Click “Verify” in the “Domain Status”
Click “Verify” button
The DNS records may take some time to reflect there. It's purely up to the domain service provider. If the settings reflected in the server, then the "Domain Status" will be changed into "Verified" here.
If you have a problem while verifying the domain, even after the above steps, contact our support.