thoughtbot / art_vandelay

Art Vandelay is an importer/exporter for Rails 7.0 and higher.
MIT License
79 stars 4 forks source link

Send email with CSV attachment #2

Closed stevepolitodesign closed 1 year ago

stevepolitodesign commented 1 year ago

This commit introduces a feature allowing the caller to send the exported CSV in an email.

In order to keep this feature small, there is no custom mailer or template. Instead, we simply invoke ActionMailer::Base.mail and define the properties inline.