Suite
This commit is contained in:
parent
602f61fde7
commit
03c8a0f58b
@ -83,8 +83,11 @@ 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 = :smtp
|
||||||
config.action_mailer.smtp_settings = { :address => "localhost", :port => 1025 }
|
config.action_mailer.smtp_settings = {
|
||||||
|
:address => "localhost",
|
||||||
|
:port => 25,
|
||||||
|
:openssl_verify_mode => 'none'
|
||||||
|
}
|
||||||
#config.action_mailer.smtp_settings = {
|
#config.action_mailer.smtp_settings = {
|
||||||
# :address => "localhost",
|
# :address => "localhost",
|
||||||
# :port => 25,
|
# :port => 25,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user