Module: ConfigMan::Modules::Email
- Defined in:
- lib/configman/modules/email.rb
Class Method Summary collapse
Class Method Details
.populate_defaults ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/configman/modules/email.rb', line 6 def self.populate_defaults { 'smtp_server' => 'smtp.example.com', 'smtp_port' => 587, 'smtp_user' => '[email protected]', 'smtp_password' => 'password_here', 'smtp_protocol' => 'SSL/TLS' } end |