Skip to content

Instantly share code, notes, and snippets.

@inimino
Created January 13, 2010 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inimino/276196 to your computer and use it in GitHub Desktop.
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