Emailing board instead of discussion list

This commit is contained in:
Will Bradley 2014-09-26 21:24:45 -07:00
parent b42236d228
commit 85ec806b22

View File

@ -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