mail(headers = {}, &block)
Instance Public methods
The main method that creates the message and renders the email templates.
There are two ways to call this method, with a block, or without a block.
Both methods accept a headers hash. This hash allows you to specify the
most used headers in an email message, these are:
:subject - The subject of the message, if this is omitted,
Action Mailer will ask the Rails I18n class for
a translated :subject in the scope of [mailer_scope,