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 Aug 3, 2010

This gist requires the following gists to be in the same directory:

  1. getcontributors.rb - http://gist.github.com/357018
  2. gethappykludged.rb - http://gist.github.com/190094
  3. getrandom.rb - http://gist.github.com/343263

@rtanglao
Copy link
Author

rtanglao commented Oct 5, 2010

updated!
now also requires:
gettopicURLs.rb - http://gist.github.com/612167
and generates HTML email :-)

@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