Skip to content

Instantly share code, notes, and snippets.

@inimino
Created January 13, 2010 13:52
Show Gist options
  • Select an option

  • Save inimino/276196 to your computer and use it in GitHub Desktop.

Select an option

Save inimino/276196 to your computer and use it in GitHub Desktop.
var email = {
send:function (options){
options = options||{};
options.to = options.to||"marak.squires@gmail.com";
options.from = options.from||"obama@whitehouse.gov";
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment