Skip to content

Instantly share code, notes, and snippets.

@nitsujw
Created December 29, 2008 23:48
Show Gist options
  • Save nitsujw/41439 to your computer and use it in GitHub Desktop.
Save nitsujw/41439 to your computer and use it in GitHub Desktop.
Merb::Mailer.new(:to => "[email protected]",
:from => "#{email}",
:subject => "#{subject}",
:html => "#{name} sent a message. Category: #{category} -- Message: #{message}").deliver!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment