I have an app that sends password resets, and account info emails.
I am using a mail server on another platform.
How do I configure my DNS at the other host for an SPF record that shows that my vercel app is trusted to send email and doesn’t get blocked by gmail and others?
Deployment URL or Custom Domain:
Environment (local, preview, production):
Project Framework:
Build Settings:
Framework Preset:
Build Command (if not default):
Output Directory (if not default):
Install Command (if not default):
Node/Runtime Version:
Package Manager:
Relevant Packages:
Please get in touch with your mail server platform support team to find specific information about SPF, DKIM and best policies. Usually they are the one who can provide you these DNS specific instruction which you need to set at DNS.
No I didn’t figure it out.
I have an A record pointing to vercel for my subdomain buy.domain.com
I have an spf record on domain that has 1 ip I know vercel sent from and it comes across clear.
This is my mail server on another host. Hostgator. Is there an spf.vercel.com I can use or way to populate the spf record to recognize my app and vercel as authentic?
There is none. SPF records are meant to provide by Email service not domain or hosting service. You need to set it based on the email provider you are using.