インストール メール検索します gem search --remote mail このactionmailer というモジュールを使います actionmailer (1.3.3, 1.3.2, 1.3.1, 1.3.0, 1.2.5, 1.2.4, 1.2.3, 0.7.1, 0.7.0, 0.6.1, 0.6.0, 0.5.0, 0.4.0, 0.3.0) Service layer for easy email delivery and testing. インストール gem install actionmailer ▲ ▼ 送信用のクラスをActionMailerモジュールのBaseから作る class HogeMailer < ActionMailer::Base def hogeMessage(toAddress, mySubject, myBody) from 'ho