I hope someone can help out with this. We have had issues with emails from miva merchant and regular email clients going to spam of customers. So, I did some digging on how to fix the issue, and the best way to solve this was to authenticate all emails via 3 methods. SPF, DKIM, and DMARC. These all work together to verify an email originated from the correct server, and has a key that matches on both ends. We use Exchange Online (Microsoft 365) and it wasn't to hard to implement all three of these protocols for email. However, I have run into an issue on the side of miva. Miva sends out order confirmations, shipping notices, customer account info, etc. from it's own localhost email. This fails the test because it is a difference server than our exchange and does not have the secret key to verify it is a legit email. So, I have two issues I can not seem to solve.
1. Getting MIVA to actually connect to exchange online and send emails through our server. or
2. Have the localhost added as an alias with DNS and have the DKIM key.
Has anyone figured out how to do this? I can not seem to find any info in the dev docs that is helpful.
Thanks,
1. Getting MIVA to actually connect to exchange online and send emails through our server. or
2. Have the localhost added as an alias with DNS and have the DKIM key.
Has anyone figured out how to do this? I can not seem to find any info in the dev docs that is helpful.
Thanks,
Comment