lib/idid/delivery.rb in idid-0.0.4 vs lib/idid/delivery.rb in idid-0.0.5

- old
+ new

@@ -22,10 +22,10 @@ def email(message) config = @config # Needed because @config is not in the block scope below Mail.deliver do from config.email - to "#{config.project}@team.idonethis.com" + to config.idonethis_email subject "I did this" body message end end \ No newline at end of file