From 85ec806b2296b272dd7a848a27004af29bf86249 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Fri, 26 Sep 2014 21:24:45 -0700 Subject: [PATCH] Emailing board instead of discussion list --- app/mailers/door_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/door_mailer.rb b/app/mailers/door_mailer.rb index d049ec6..479f276 100755 --- a/app/mailers/door_mailer.rb +++ b/app/mailers/door_mailer.rb @@ -5,7 +5,7 @@ class DoorMailer < ActionMailer::Base @url = "http://members.heatsynclabs.org" @status = status - mail(:to => 'heatsynclabs@googlegroups.com', + mail(:to => 'board@heatsynclabs.org', #'heatsynclabs@googlegroups.com', :subject => "HSL Doors") end