about summary refs log tree commit diff stats
path: root/config/mail.yml
blob: 6c0435d85092bc253d9497aedb523477ff6a2d13 (plain) (blame)
1
2
3
4
5
6
7
8
production:
  smtp_settings:
    address: "mail.smtp2go.com"
    port: 2525
    user_name: "fourisland.com"
    password: <%= Rails.application.credentials.smtp2go_password %>
    authentication: "plain"
    openssl_verify_mode: "none"