To ensure proper email delivery, your domain must have only one SPF (Sender Policy Framework) record. If you already have an SPF record for another service (e.g., Google Workspace), you need to modify it to include Pushwoosh, rather than creating a second record.
To do this, add include:spf.pushwoosh.io to your existing SPF record. The include statement for Pushwoosh should be placed before any all mechanism (like ~all or -all).
Example:
If your current SPF record looks like this:
v=spf1 include:_spf.google.com ~all
You should update it to include Pushwoosh as follows:
v=spf1 include:_spf.google.com include:spf.pushwoosh.io ~all
This single, updated record authorizes both Google and Pushwoosh to send emails on behalf of your domain.
Comments
0 comments
Please sign in to leave a comment.