Sha256: 296db9bff50e2cd9598ebdee366497f36884046dc5922d9ae8238c737f07f448
Contents?: true
Size: 238 Bytes
Versions: 7
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true if Rails.env.production? Rails.application.config do |c| config.action_mailer.delivery_method = :postmark config.action_mailer.postmark_settings = { api_token: ENV['POSTMARK_API_TOKEN'] } end end
Version data entries
7 entries across 7 versions & 1 rubygems