Sha256: 8e3cb345ab2bc2c98cb08680cc8a5925d0b313ad97645ed8ed3245561a4d3004
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
God::Contacts::Email.message_settings = { :from => 'root@localhost' } God::Contacts::Email.server_settings = { :address => 'localhost', :port => 25 } God.contact(:email) do |c| c.name = 'app' c.email = 'root@localhost' c.group = 'default' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pauldowman-ec2onrails-0.9.10.1 | server/files/etc/god/notifications.god |