Sending tracking e-mails from your own domain with DKIM and SPF
To prevent your Webshipper mail notifications from being tagged as SPAM, you have to create the following two records on your own domain. This is done through your domain providers DNS administration. If you are not sure how to do this, please consult a professionel - this is out of Webshippers support scope.
SPF Record
You have to add Webshipper's domain customer-spf.webshipper.com in your SPF configuration.
Your configuration could look like this:
TXT "v=spf1 include:customer-spf.webshipper.com -all"
Notice that you might have an existing SPF record - in this case you just have to add include:customer-spf.webshipper.com along with the other entries you already have.
DKIM
To verify the origin of your e-mails you also have to create a DKIM record like below:
webshipper._domainkey. TXT "v=DKIM1; k=rsa;
p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoXLXGFm/1zljHxVSuKxAppQsRw+
n4rpkH6Uvu7XbGf21/z3imtbspUDB6WCeHJdX4jqW/p86DzagkAVjGsFvJmsaV7rXWdjkL33Xc
sLTv9oZat25U0yYuNr/vEAd8Vxfy/iQl2BrLsjLE8V29NkTs+HLKzH4mkcGOIaUesGMC+34Uo/
lcL+hWmkne3rkDDtz6IdUmODsnSgh4zBjSTh7rHg34whN/icuDbO61xKprDtaltVJ66kUynmvx
F5hmKBg0uc0ST1l7MW6EGvEDDsUFjHbcSm6fGoKaDabjaKi0ZaOG1MshhATwpjkl1uyG7HkosW/
4iYdcJ7kQ3PBevzB7QIDAQAB"
Replace with your own domain.