Sha256: 84e633eba3c3a07e0fc7b43658f2f51dea77848529dfb51414a8bc0c36b147aa

Contents?: true

Size: 223 Bytes

Versions: 5

Compression:

Stored size: 223 Bytes

Contents

God::Contacts::Email.message_settings = {
  :from => 'root@localhost'
}

God::Contacts::Email.delivery_method = :sendmail

God.contact(:email) do |c|
  c.name = 'root'
  c.email = 'root@localhost'
  c.group = 'default'
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
ewoutvonk-ec2onrails-0.9.10.4.001 server/files/etc/god/notifications.god
gigpark-ec2onrails-0.9.10.3 server/files/etc/god/notifications.god
pauldowman-ec2onrails-0.9.10.2 server/files/etc/god/notifications.god
pauldowman-ec2onrails-0.9.10.3 server/files/etc/god/notifications.god
pauldowman-ec2onrails-0.9.10.4 server/files/etc/god/notifications.god