Skip to content

Instantly share code, notes, and snippets.

@maxivak
maxivak / __readme.md
Last active May 26, 2023 03:50
Custom Rails Mailer

Custom Rails Mailer (custom deliver_method)

ActionMailer deliver_method can be different like :smtp, :test, etc.

We will create a new custom delivery method to do something along with (or instead of) sending email.

Create class for delivery