Hi, I can’t figure out how to get ‘email routing’ work. This is my DNS configuration:
MX mydomain.com amir.mx.cloudflare.net
MX mydomain.com linda.mx.cloudflare.net
MX mydomain.com isaac.mx.cloudflare.net
TXT mydomain.com v=spf1 include:_spf.mx.Cloudflare.net ~all
TXT _dmarc v=spf1 v=DMARC1; p=reject; sp=reject; adkim=s; aspf=s;
TXT *._domainkey v=DKIM1; p=
and I add a ‘routing’ item in dashboard:
Custom address Action
[email protected] Send to [email protected]
Catch-all address Action:Drop
I try to send a mail from [email protected] to [email protected] (using gmail APP), but I didn’t receive any. Where is my misconfiguration? Any help will be appreciated.
Thank you