{"id":79407,"library":"mail-form","title":"Mail Form","description":"Send e-mail straight from forms in Rails with I18n, validations, attachments and request information.","status":"active","version":"1.11.0","language":"ruby","source_language":null,"source_url":"https://github.com/heartcombo/mail_form","tags":["rails","email","forms","i18n"],"install":[{"cmd":"gem install mail_form","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'mail_form', '~> 1.11.0'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"MailForm","correct":"require 'mail_form'"}],"quickstart":{"code":"require 'mail_form'\n\nclass ContactForm < MailForm::Base\n  attribute :name,      validate: true\n  attribute :email,     validate: /\\A[^@]+@[^@]+\\z/\n  attribute :message\n\n  def headers\n    { to: 'admin@example.com', subject: 'Contact Form' }\n  end\nend\n\nform = ContactForm.new(name: 'John', email: 'john@example.com', message: 'Hello')\nform.deliver","lang":"ruby","description":"Create and deliver a contact form email."},"warnings":[],"env_vars":null,"search_vec":"'attach':15 'e':5 'e-mail':4 'email':20 'form':2,9,21 'i18n':13,22 'inform':18 'mail':1,6 'rail':11,19 'request':17 'send':3 'straight':7 'valid':14","created_at":"2026-06-18T04:50:16.410042+00:00","updated_at":"2026-06-18T04:50:16.410042+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://github.com/heartcombo/mail_form","github":"https://github.com/heartcombo/mail_form","docs":"http://www.rubydoc.info/gems/mail_form/","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}}