Skip to content

Commit

Permalink
oops -- uncommenting the block that does the work
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Wescott authored and precipice committed Mar 23, 2011
1 parent 63b825b commit cd9ecb6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions duty-email.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,8 @@
MESSAGE_END

#Net::SMTP.start(options[:smtp_server]) do |smtp|
#smtp.send_message message, 'noreply@change.org', recips
#end
puts recips.join(',')
puts message
Net::SMTP.start(options[:smtp_server]) do |smtp|
smtp.send_message message, 'noreply@change.org', recips
end

exit(0)

0 comments on commit cd9ecb6

Please sign in to comment.