library · inferred from evidence
UserMailer
A Rails mailer class used for sending emails.
- How to get the Postmark message ID after sending with postmark-rails
Postmark returns a message ID after accepting an email, which is needed for delivery tracking (sent, bounced, etc.). With postmark-rails, calling `UserMailer.welcome(@user).deliver_now` does not obviously expose the Postmark message ID on t