Need Assistance: DNS Configuration for Email Service on Netlify

Subject: Need Assistance: DNS Configuration for Email Service on Netlify


Netlify Site Name: Please provide your Netlify site name, for example, `capital-factory

Custom Domain: Specify your custom domain (e.g., capital-factory.de) and describe any DNS-related error messages you are encountering.

DNS Configuration for Email Service: It seems like you’re facing issues with configuring DNS for your email service on Netlify. To assist you better, please share the DNS records you need to include in Netlify. Based on your information, it looks like you need to add the following DNS records:

I dont know how and where to include these dns record.

Thank you in Advance

I see the above records

$ dig capital-factory.de MX
capital-factory.de.	3600	IN	MX	10 mx03.secure-mailgate.com.
capital-factory.de.	3600	IN	MX	20 mx04.secure-mailgate.com.

and

$ dig capital-factory.de TXT
capital-factory.de.	3600	IN	TXT	"v=spf1 include:secure-mailgate.com ?all"

Advise changing ?all to ~all in the SPF record.

Hi :wave:t6: welcome to the Netlify Support forums! Please check out our guide on configuring MX record with your domain on Netlify. [Support Guide] How can I receive emails on my domain?