Sha256: e6809624ec0705b3a3771864c8807b4e5cc6b949cf5517b82d4de51dfc69c32f
Contents?: true
Size: 339 Bytes
Versions: 13
Compression:
Stored size: 339 Bytes
Contents
if Rails.env.staging? || Rails.env.production? SMTP_SETTINGS = { address: ENV.fetch('SMTP_ADDRESS'), # example: 'smtp.sendgrid.net' authentication: :plain, domain: ENV.fetch('SMTP_DOMAIN'), # example: 'this-app.com' password: ENV.fetch('SMTP_PASSWORD'), port: '587', user_name: ENV.fetch('SMTP_USERNAME') } end
Version data entries
13 entries across 13 versions & 3 rubygems