Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created October 19, 2010 21:41
Show Gist options
  • Save tammersaleh/635185 to your computer and use it in GitHub Desktop.
Save tammersaleh/635185 to your computer and use it in GitHub Desktop.
def new_idea_notification(idea, user)
@idea = idea
@user = user
headers("X-Foo" => "foo")
headers["X-Fie"] = "fie"
email = mail(:to => user.email,
:subject => "New Idea: #{@idea.title}",
"X-Bar" => "foo")
email["X-what"] = "why"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment