Skip to content

Instantly share code, notes, and snippets.

@joshuaballoch
Created November 15, 2012 03:29
Show Gist options
  • Save joshuaballoch/4076474 to your computer and use it in GitHub Desktop.
Save joshuaballoch/4076474 to your computer and use it in GitHub Desktop.
headers = {
:to => @manufacturer_user.email,
:reply_to => '[email protected]',
:subject => _("Manufacturer Application Received"),
}
mail headers do |format|
format.html { render "notify_user_manufacturer_submitted_#{locale}" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment