1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-17 05:15:36 +00:00

Smtp now using postmark

This commit is contained in:
2015-12-30 14:37:31 +00:00
parent 83d0448271
commit 490df3b182
4 changed files with 13 additions and 1 deletions

View File

@@ -26,7 +26,11 @@ module Wrestling
config.assets.precompile += %w(*.png *.jpg *.jpeg *.gif)
#gzip assets
config.middleware.use Rack::Deflater
config.active_job.queue_adapter = :delayed_job
config.action_mailer.delivery_method = :postmark
config.action_mailer.postmark_settings = { :api_token => ENV['POSTMARK_API_TOKEN'] }
end