actionmailer 7.0.0.rc1
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
= 7.0.0.rc1
actionview
= 7.0.0.rc1
activejob
= 7.0.0.rc1
activesupport
= 7.0.0.rc1
mail
~> 2.5, >= 2.5.4
rails-dom-testing
~> 2.0
Requirements:
none