Sha256: 6b7d8751ebcb52e0de89156482162d623c3569468933c97b01b20c048a1bf196
Contents?: true
Size: 443 Bytes
Versions: 23
Compression:
Stored size: 443 Bytes
Contents
if Rails.env.production? MAIL_SETTING = { address: ENV['MAIL_ADDRESS'], # example 'smtp.mandrillapp.com' port: '587', enable_starttls_auto: true, domain: ENV['MAIL_DOMAIN'], # example 'domain.com' user_name: ENV['MAIL_USERNAME'], # example 'email@gmail.com' password: ENV['MAIL_PASSWORD'], authentication: 'plain' } end
Version data entries
23 entries across 23 versions & 1 rubygems