Improve Email Deliverability
JobBoard.io uses SendGrid to send all job board emails. This includes your alerts, job posting confirmations, etc.
To improve deliverability of these e-mails, we recommend adding an SPF record to your domain. This will signal to those receiving e-mails from your job board that we are authorized to send mail on your behalf.
To do this, add a TXT record to your DNS settings, with the following content:
v=spf1 include:sendgrid.net ~all
If you have an existing SPF record, you'll simply need to add SendGrid to your existing record.
For example, if your record looks like this:
v=spf1 a mx include:_spf.google.com include:spf.protection.outlook.com ~all
You would just need to add SendGrid at the end of the list, before the ~all:
v=spf1 a mx include:_spf.google.com include:spf.protection.outlook.com include:sendgrid.net ~all
Updated almost 5 years ago