server/files/etc/god/notifications.god in pauldowman-ec2onrails-0.9.10.1 vs server/files/etc/god/notifications.god in pauldowman-ec2onrails-0.9.10.2
- old
+ new
@@ -1,14 +1,11 @@
God::Contacts::Email.message_settings = {
:from => 'root@localhost'
}
-God::Contacts::Email.server_settings = {
- :address => 'localhost',
- :port => 25
-}
+God::Contacts::Email.delivery_method = :sendmail
God.contact(:email) do |c|
- c.name = 'app'
+ c.name = 'root'
c.email = 'root@localhost'
c.group = 'default'
end