rails-school / school

Rails School San Francisco Official Website
https://www.railsschool.org
MIT License
19 stars 32 forks source link

Fix spam-flagging of noisebridge emails #138

Open cdale77 opened 9 years ago

cdale77 commented 9 years ago

Sometimes our emails to the noisebridge list are marked as spam. We need a rake task that flags them as-not spam every night.

gkop commented 9 years ago

Start here I think - https://sendgrid.com/docs/API_Reference/Web_API/spam_reports.html

cdale77 commented 9 years ago

Fixed with. Using a webhook instead of a worker https://github.com/rails-school/school/pull/147

gkop commented 9 years ago

Unfortunately this isn't working :(

screenshot from 2015-05-14 09 56 47

We need to clear out this record from sendgrid when we receive the webhook, but it is evidently not being cleared out.

levans248 commented 8 years ago

@gkop I tested this from the command line and was able to clear the one spam report occurrence on sendgrid. Everything appears to be working so can we close this ticket?

gkop commented 8 years ago

Sure! Was probably an issue with sendgrid.