library · inferred from evidence
ActionMailer
A Rails library for handling email functionality.
- How to handle Postmark delivery errors (Postmark::InvalidMessageError) in Rails mailers
On Rails 4.2.4 with postmark-rails and DelayedJob-backed ActiveJob, delivery errors such as `Postmark::InvalidMessageError` (e.g. sending to `an email address`) need to be handled both for `deliver_now` and `deliver_later`, without spamming
- How to catch and handle Postmark::InvalidMessageError (inactive recipient) in Rails
Error logs show `Postmark::InvalidMessageError: You tried to send to a recipient that has been marked as inactive. Found inactive addresses: ...` Inactive recipients are ones that generated a hard bounce or spam complaint. The app uses plai