mail_to(email_address, name = nil, html_options = {}, &block)
Instance Public methods
Creates a mailto link tag to the specified email_address,
which is also used as the name of the link unless name is
specified. Additional HTML attributes for the
link can be passed in html_options.
mail_to has several methods for customizing the email itself
by passing special keys to html_options.
Options
:subject - Preset the subject line of the email.
:body - Preset the body of the email