actionmailer 8.0.0
Email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.
Gemfile:
=
install:
=
Runtime Dependencies (6):
actionpack
= 8.0.0
actionview
= 8.0.0
activejob
= 8.0.0
activesupport
= 8.0.0
mail
>= 2.8.0
rails-dom-testing
~> 2.2
Requirements:
none