suite
This commit is contained in:
parent
2ab59f866c
commit
9def029197
@ -115,15 +115,15 @@ Rails.application.configure do
|
||||
|
||||
config.action_mailer.default_url_options = { :host => HOSTNAME }
|
||||
|
||||
#config.action_mailer.delivery_method = :mailjet
|
||||
config.action_mailer.delivery_method = :mailjet
|
||||
|
||||
|
||||
config.action_mailer.delivery_method = :smtp
|
||||
config.action_mailer.smtp_settings = {
|
||||
:address => "localhost",
|
||||
:port => 25,
|
||||
:openssl_verify_mode => 'none'
|
||||
}
|
||||
#config.action_mailer.delivery_method = :smtp
|
||||
#config.action_mailer.smtp_settings = {
|
||||
# :address => "localhost",
|
||||
# :port => 25,
|
||||
# :openssl_verify_mode => 'none'
|
||||
#}
|
||||
|
||||
Rails.application.routes.default_url_options = config.action_mailer.default_url_options = { :host => HOSTNAME, :protocol => 'https' }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user