This adds ADMIN_EMAIL for those places in the code where godwin's email address was hardcoded.

Former-commit-id: cdddb0dc7a68df8ed69121ea8eb55067e6502bff
This commit is contained in:
Jonathan Rosenbaum
2021-12-25 14:53:46 -05:00
parent d3968bbea4
commit f65cab24ab
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ class ApplicationController < BaseController
end
def contact_send
email_list = ['Godwin <goodgodwin@hotmail.com>']
email_list = [ENV['ADMIN_EMAIL']]
if params[:reason] == 'conference' && logged_in?