CoderDojo / community-platform

Zen, the CoderDojo Community Platform!
https://zen.coderdojo.com
MIT License
121 stars 55 forks source link

Complete SPF/DKIM configuration for emails #1113

Closed Wardormeur closed 7 years ago

Wardormeur commented 7 years ago

~~We have a bunch of emails which drops because of lack of authentication on our emails through Sendgrid. Adding those headers should help.~~ As stated by @BenChapman , the issue is not SPF by itself which is added by sendgrid, but the whitelabeling

SemanticallyNull commented 7 years ago

The emails you send out via SendGrid already have the correct SPF and DKIM signatures, they're attached automatically by SendGrid. Reason for this is that SendGrid uses a sendgrid.com address in the MAIL FROM command and this will pass most email provider filters since it's valid. It may not pass on some exceptionally restrictive providers. I think to overcome that you need to use whitelabeling.

screen shot 2017-03-18 at 18 42 00
Wardormeur commented 7 years ago

Thanks @BenChapman for the investigation :+1:

Wardormeur commented 7 years ago

Whitelabeling done selection_047

Wardormeur commented 7 years ago

Updated first comment to reflect real issue/actions

Wardormeur commented 7 years ago

email link whitelisting done