Sha256: 18f31067a625aa9565c6567647205f30ff68cb442184c85a313716470906abc9

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

# Action mailer settings
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
  address: '<outgoing_mail_server>',    
  user_name: '<username>',
  password: '<password>',
  authentication: 'plain'
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
caboose-cms-0.3.110 lib/sample_files/config/initializers/action_mailer.rb