actionmailer 7.1.0.beta1
Email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.
Gemfile:
=
Copy to clipboard
Copied!
install:
=
Versions:
- 7.1.2 - November 10, 2023 (33 KB)
- 7.1.1 - October 11, 2023 (33 KB)
- 7.1.0 - October 05, 2023 (33 KB)
- 7.1.0.rc2 - October 01, 2023 (33 KB)
- 7.1.0.rc1 - September 27, 2023 (33 KB)
- 7.1.0.beta1 - September 13, 2023 (32.5 KB)
Runtime Dependencies (9):
actionpack
= 7.1.0.beta1
actionview
= 7.1.0.beta1
activejob
= 7.1.0.beta1
activesupport
= 7.1.0.beta1
mail
~> 2.5, >= 2.5.4
net-imap
>= 0
net-pop
>= 0
net-smtp
>= 0
rails-dom-testing
~> 2.2
Requirements:
none