rubycentral / cfp-app

Rails app for managing a conference CFP
MIT License
224 stars 155 forks source link

Genericize ActionMailer settings #226

Closed joshpuetz closed 3 years ago

joshpuetz commented 3 years ago

The current ActionMailer setup in production.rb has several settings that assume one is deploying cfp-app with SendGrid. This PR generalizes those settings so that other SMTP providers could be used out of the box. The defaults are the existing SendGrid specific values so that existing installations can upgrade in place and not be impacted.

A few notes: