suite
This commit is contained in:
parent
6c27e12a7e
commit
06bde6e25c
@ -67,7 +67,6 @@ Rails.application.configure do
|
|||||||
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
|
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
|
||||||
|
|
||||||
|
|
||||||
#config.action_mailer.delivery_method = :mailjet
|
|
||||||
|
|
||||||
config.action_mailer.delivery_method = :smtp
|
config.action_mailer.delivery_method = :smtp
|
||||||
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
|
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
|
||||||
|
@ -115,12 +115,15 @@ Rails.application.configure do
|
|||||||
|
|
||||||
config.action_mailer.default_url_options = { :host => HOSTNAME }
|
config.action_mailer.default_url_options = { :host => HOSTNAME }
|
||||||
|
|
||||||
config.action_mailer.delivery_method = :smtp
|
config.action_mailer.delivery_method = :mailjet
|
||||||
config.action_mailer.smtp_settings = {
|
|
||||||
:address => "localhost",
|
|
||||||
:port => 25,
|
#config.action_mailer.delivery_method = :smtp
|
||||||
:openssl_verify_mode => 'none'
|
#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' }
|
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