Commit Graph

15 Commits

Author SHA1 Message Date
ad5082d969 Make rubocop happy again. 2018-06-07 13:28:18 +08:00
142571bba0 Remove use of rescue nil.
* `rescue nil` is a really bad pattern to use in our code base.
  We should rescue errors that we expect the code to throw and
  not rescue everything because we're unsure of what errors the
  code would throw. This would reduce the amount of pain we face
  when debugging why something isn't working as expexted. I've
  been bitten countless of times by errors being swallowed as a
  result during debugging sessions.
2018-04-02 13:52:51 +08:00
77d4c4d8dc Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
27fb9c8804 FIX: bounce webhooks should also use recipient address 2017-02-05 19:06:35 +01:00
71f940d478 FIX: use metadata to hold the message_id with sparkpost 2016-10-27 19:35:50 +02:00
41f19641d1 FIX: don't error out when we receive a bounce associated to a deleted user 2016-10-26 10:13:05 +02:00
3949c24f80 FIX: sparkpost webhooks support 2016-10-17 11:26:49 +02:00
34af73c7cb FEATURE: sparkpost webhook 2016-09-26 22:13:34 -07:00
d2e22ab215 extract bounce scores into site settings 2016-07-25 17:27:28 +02:00
49f8a2baa7 FEATURE: support for mandrill webhooks 2016-06-13 12:32:14 +02:00
214e25f1b5 use proper 'Message-Id' field 2016-06-09 00:33:13 +02:00
3e3538d603 loosen security a bit on mailgun's webhook 2016-06-08 22:38:38 +02:00
fe595f1653 FEATURE: mailjet webhook 2016-06-06 19:47:45 +02:00
9704603fab FEATURE: sendgrid webhooks 2016-06-01 21:48:06 +02:00
116efffdaa FEATURE: webhooks support for mailgun 2016-05-30 17:11:17 +02:00