actionmailer 8.0.1
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.1
actionview
= 8.0.1
activejob
= 8.0.1
activesupport
= 8.0.1
mail
>= 2.8.0
rails-dom-testing
~> 2.2
Requirements:
none