{"id":78127,"library":"actionmailer","title":"Action Mailer","description":"Email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.","status":"active","version":"8.1.3","language":"ruby","source_language":null,"source_url":"https://github.com/rails/rails","tags":["email","rails","mailer","web-framework"],"install":[{"cmd":"gem install actionmailer","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'actionmailer', '~> 8.1.3'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"ActionMailer","correct":"require 'action_mailer'"}],"quickstart":{"code":"require 'action_mailer'\nclass UserMailer < ActionMailer::Base\n  def welcome_email(user)\n    mail(to: user.email, subject: 'Welcome')\n  end\nend","lang":"ruby","description":"Define a mailer class with a welcome email method."},"warnings":[],"env_vars":null,"search_vec":"'action':1 'attach':24 'class':18 'compos':6 'controller/view':14 'deliv':7 'email':3,10,22,25 'familiar':13 'first':17 'first-class':16 'framework':30 'mailer':2,27 'multipart':21 'pattern':15 'rail':5,26 'support':19 'test':9 'use':11 'web':29 'web-framework':28","created_at":"2026-06-18T04:07:46.596611+00:00","updated_at":"2026-06-18T04:07:46.596611+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://rubyonrails.org","github":"https://github.com/rails/rails","docs":"http://www.rubydoc.info/gems/actionmailer/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-18","next_check":"2026-12-15","install_tag":null}}