Sign up emails going to junk (self-hosted)

Not sure if this would be the best place to post it, but I am self-hosted.

I finally got the mailgun SMTP to work and activation emails are going out, but they’re all going to junk!

I’ve set up all the mailgun records and they’re running correctly: SPF, DKIM, MX, CNAME.

I’ve also set up basic DMARC in Cloudflare where I’m managing DNS:
v=DMARC1; p=none; rua=mailto:

SMTP settings in config.production.json are simple, but it works.

2024-08-23 at 22.19.32

I am not currently using the newsletter functionality, so haven’t set up the mailgun API.

I wish this sign up confirmation feature wasn’t enforced in all honesty, but it is what it is.

Any ideas on what I can do to improve the deliverability for sign up emails?

Thank you!

Use a mail delivery test service such as MX Toolbox to help diagnose. Likewise, try using more than one email for signup in case the issue only affects one account.

Thanks, I have tried a few different emails already. Appears to be no issues with the way anything is set up with the records. Not sure what else can be done… might be to do with trust on the domain, since it’s new?

Have you tried at mail test service? This would highlight any issues. You’re not sending bulk mail, and using a trusted SMTP server, so most likely, something else.