File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9494
9595 # Mailer settings
9696 config . action_mailer . delivery_method = :smtp
97- config . action_mailer . default_url_options = { host : ENV [ 'CODERDOJO_JAPAN_DEFAUL_URL ' ] }
97+ config . action_mailer . default_url_options = { host : ENV [ 'CODERDOJO_JAPAN_DEFAULT_URL ' ] }
9898 ActionMailer ::Base . smtp_settings = {
9999 address : 'smtp.mailgun.org' ,
100100 port : '587' ,
Original file line number Diff line number Diff line change 104104
105105 # Mailer settings
106106 config . action_mailer . delivery_method = :smtp
107- config . action_mailer . default_url_options = { host : ENV [ 'CODERDOJO_JAPAN_DEFAUL_URL ' ] }
107+ config . action_mailer . default_url_options = { host : ENV [ 'CODERDOJO_JAPAN_DEFAULT_URL ' ] }
108108 ActionMailer ::Base . smtp_settings = {
109109 address : 'smtp.mailgun.org' ,
110110 port : '587' ,
You can’t perform that action at this time.
0 commit comments