I receive both the international and the German newsletter. The German Version is sent from acemagic.de and has no issues
The international version from acemagicians.com arrives with a SPF failure. When checking the domain i see two SPF records which can lead to this error. A quick google search showed me that the mail was sent using one of the mailgun mailservers which would mean that merging the SPF records would solve the problem.
The current records:
Code: Select all
acemagicians.com text =
"v=spf1 include:email-messaging.com ~all"
acemagicians.com text =
"v=spf1 include:mailgun.org ~all"
Code: Select all
“v=spf1 include:email-messaging.com include:mailgun.org ~all”