Skip to content

Instantly share code, notes, and snippets.

@rtanglao
Created August 3, 2010 06:46
Show Gist options
  • Select an option

  • Save rtanglao/505956 to your computer and use it in GitHub Desktop.

Select an option

Save rtanglao/505956 to your computer and use it in GitHub Desktop.
emailReport.rb
from_address = [email protected]
to_address = [email protected]
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