Created
November 15, 2012 03:29
-
-
Save joshuaballoch/4076474 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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