Update mail settings
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
if CodeOcean::Application.config.action_mailer.delivery_method == :sendmail
|
||||
CodeOcean::Application.config.action_mailer.sendmail_settings = CodeOcean::Config.new(:sendmail).read
|
||||
end
|
@@ -1,3 +0,0 @@
|
||||
if CodeOcean::Application.config.action_mailer.delivery_method == :smtp
|
||||
CodeOcean::Application.config.action_mailer.sendmail_settings = CodeOcean::Config.new(:smtp).read
|
||||
end
|
@@ -1,11 +0,0 @@
|
||||
default: &default
|
||||
arguments: CHANGE_ME
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
|
||||
production:
|
||||
<<: *default
|
||||
|
||||
test:
|
||||
<<: *default
|
@@ -1,14 +0,0 @@
|
||||
default: &default
|
||||
address: CHANGE_ME
|
||||
password: CHANGE_ME
|
||||
port: CHANGE_ME
|
||||
user_name: CHANGE_ME
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
|
||||
production:
|
||||
<<: *default
|
||||
|
||||
test:
|
||||
<<: *default
|
Reference in New Issue
Block a user