Switching back to group mail

This commit is contained in:
Will Bradley 2014-10-21 20:27:34 -07:00
parent 6334928779
commit cd84e33e56

View File

@ -5,7 +5,7 @@ class DoorMailer < ActionMailer::Base
@url = "http://members.heatsynclabs.org"
@status = status
mail(:to => 'board@heatsynclabs.org', #'heatsynclabs@googlegroups.com',
mail(:to => 'heatsynclabs@googlegroups.com',
:subject => "HSL Doors")
end