Sha256: 8888221171d18a817f02b5aefb957fd5865d150710094f55ef130183d6cd37d0
Contents?: true
Size: 302 Bytes
Versions: 29
Compression:
Stored size: 302 Bytes
Contents
SMTP_SETTINGS = { address: ENV.fetch("SMTP_ADDRESS"), # example: "smtp.sendgrid.net" authentication: :plain, domain: ENV.fetch("SMTP_DOMAIN"), # example: "this-app.com" enable_starttls_auto: true, password: ENV.fetch("SMTP_PASSWORD"), port: "587", user_name: ENV.fetch("SMTP_USERNAME") }
Version data entries
29 entries across 29 versions & 8 rubygems