SMPT Mails arent coming from wordpress site

What is the name of the domain?

aem-online.shop

What is the issue you’re encountering

There is something wrong with MX records which is not propagating at all regions.

What feature, service or problem is this related to?

DNS records

I’m not seeing any problem with your MX records.

MX records are only related to receiving emails. If you’re having trouble with emails you’re sending then that’s a different thing, and you do have a problem right now: you have two SPF records.

aem-online.shop.        300     IN      TXT     "v=spf1 include:_spf.google.com ~all"
aem-online.shop.        300     IN      TXT     "v=spf1 include:spf.privateemail.com ~all"

This can cause problems with emails you send. You should have only one SPF record and it should have this content:

"v=spf1 include:_spf.google.com include:spf.privateemail.com -all"

If you fix this and still have trouble, post a screenshot of your DNS settings.

1 Like

I still got problem with sending mails from my privatemail via STMP plugin.

When I send test mail, I got this message in inbox.

Is it intentional from your end, to be sending out these messages through GoDaddy?

If so, you need to add “include:secureserver.net” to your SPF as well:

v=spf1 include:_spf.google.com include:spf.privateemail.com include:secureserver.net -all

It will also be wise to talk to your email providers, and ask them for guidance in how you can set up proper DKIM authentication with them.

DKIM authentication, if done properly, can survive email forwarding, but SPF can’t.

1 Like