I am using mailgun to sent our emails. It works fine in most of cases but recently I get bounced with:
450 4.1.8 Sender address rejected: Domain not found
My setup is: xyz.com has mx setup for gmail.com devmail.xyz.com is used in mailgun - only for sending emails
devmail.xyz.com has spf records set but it does not have any MX records or A records.
Should I set A records for devmail.xyz.com ? If so what ip address it should forward it to?
Thanks