Action Mailer

E440630

Action Mailer is the Ruby on Rails framework component responsible for designing, sending, and testing emails from within a Rails application.

All labels observed (1)

Label Occurrences
Action Mailer canonical 3

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf Ruby on Rails framework component
email handling framework
configurationOption SMTP settings
default URL options
default from address
delivery method
documentation https://guides.rubyonrails.org/action_mailer_basics.html
integratesWith Active Job
introducedIn early versions of Ruby on Rails 1.x
license MIT License
maintainedBy Ruby on Rails core team
namingConvention Mailer classes end with Mailer
partOf Ruby on Rails
primaryFunction designing emails in Rails applications
sending emails from Rails applications
testing emails in Rails applications
programmingLanguage Ruby
relatedComponent Action Pack
Action View
Active Job
repository https://github.com/rails/rails/tree/main/actionmailer
supports HTML emails
multipart emails
plain text emails
supportsDeliveryMethod file
letter_opener (via gem)
sendmail
smtp
test
supportsFeature asynchronous email delivery via background jobs
attachments
delivery callbacks
email previews
inline attachments
interceptors
internationalization of email content
layouts for emails
observers
parameterized mailers
previewing emails in development
testSupport Minitest
RSpec (via external gem)
Rails test helpers for emails
uses Action View templates
layouts
mailers
views
usesConfigurationFile config/application.rb
config/environments/*.rb
usesMethod mail method to compose messages

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

Ruby on Rails includesComponent Action Mailer
Ruby on Rails includesComponent Action Mailer
subject linked to: RoR
Active Support usedBy Action Mailer