Action Mailer

E440630

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

Try in SPARQL Jump to: Statements Referenced by

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 NERFINISHED
introducedIn early versions of Ruby on Rails 1.x
license MIT License
maintainedBy Ruby on Rails core team NERFINISHED
namingConvention Mailer classes end with Mailer
partOf Ruby on Rails NERFINISHED
primaryFunction designing emails in Rails applications
sending emails from Rails applications
testing emails in Rails applications
programmingLanguage Ruby NERFINISHED
relatedComponent Action Pack NERFINISHED
Action View NERFINISHED
Active Job NERFINISHED
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 NERFINISHED
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

Referenced by (1)

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

Ruby on Rails includesComponent Action Mailer