Registry / web-framework / actionmailer

actionmailer

JSON →
library8.1.3rbrubygemsunverified

Email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.

gem install actionmailer
INSTALL
IMPORT
SIG · ACTIONMAILER
A
actionmailer
web-frameworkrubyv8.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ActionMailer
require 'action_mailer'

Define a mailer class with a welcome email method.

require 'action_mailer' class UserMailer < ActionMailer::Base def welcome_email(user) mail(to: user.email, subject: 'Welcome') end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
8.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
52 hits · last 30 days
node
46
OpenAI (training)
1
Resources
actionmailer — gem install actionmailer · libregistry