ActionMailer::MailHelper
module ActionMailer::MailHelper
Provides helper methods for ActionMailer::Base that can be used for easily formatting messages, accessing mailer or message instances, and the attachments list.
Public Instance Methods
Access the message attachments list.
# File actionmailer/lib/action_mailer/mail_helper.rb, li