Why are emails not received by end users?
Most of the time this is due the fact that the From address
used in OneWelcome emails, doesn’t have an SPF record set in the customers DNS.
The settings the customer must set in DNS:
- If a record exists, the customer needs to add
include:spf.onewelcome.com
to the line. - If a record does not exist, the customer can create a TXT record like this:
v=spf1 include:spf.onewelcome.com -all
Common practice: customers create a separate sub domain for receiving emails and add this to their DNS record. OneWelcome can also facilitate DKIM as addition.
Was this page helpful?