Skip to content

Instantly share code, notes, and snippets.

@rtanglao
Created August 3, 2010 06:46
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 rtanglao/505956 to your computer and use it in GitHub Desktop.
Save rtanglao/505956 to your computer and use it in GitHub Desktop.
emailReport.rb
from_address = from_you@gmail.com
to_address = to_somebody@gmail.com
p = 'yourgmailpassword'
@rtanglao
Copy link
Author

rtanglao commented Nov 7, 2011

The code has been dramatically re-factored so i deleted it from the gist. Please use the revised code at:
https://github.com/rtanglao/momogs/blob/master/emailReport-m.rb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment