An Azure communication platform for deploying applications across devices and platforms.
Hi Joan,
I checked your email domain and confirmed it still doesn't have MX record--it needs to have one for best deliverability.
1. Please add MX record for mail.fiskappcloud.com
I don't know specifically how Arsys treats lack of MX record, but I do know in general it is considered potential spam signal.
ACS documentation recommends having MX record. I would go a step further and say it is best to not only have MX record, but that it points to valid email server that will receive messages for that domain and the MailFrom addresses (e.g. DoNotReply -at- mail.fiskappcloud.com, etc.) you have configured.
Have automation that processes any messages that comes in for Non Delivery Reports, manual unsubscribes, opt-outs, etc. This automation part isn't necessary for trying to solve your immediate issue.
After MX record is in place, please verify it resolves correctly using command similar to below:
nslookup -q=mx mail.fiskappcloud.com 8.8.8.8
2. Please consider changing your DMARC TXT record to p=reject or p=quarantine, instead of p=none. I suspect some subset of email servers/gateways prefer p=reject (this is what ACS managed domain is set to) or p=quarantine. Of course make sure the email address you put in your DMARC is real and receives messages.
After making above changes, please test again and reply back with your results, whether positive or negative.
Thanks.
-TP