mails
This commit is contained in:
parent
b570a670f6
commit
e4e2849180
@ -88,7 +88,8 @@ CMSnb::Application.configure do
|
|||||||
config.action_mailer.delivery_method = :smtp
|
config.action_mailer.delivery_method = :smtp
|
||||||
config.action_mailer.smtp_settings = {
|
config.action_mailer.smtp_settings = {
|
||||||
:address => "localhost",
|
:address => "localhost",
|
||||||
:port => 25
|
:port => 25,
|
||||||
|
:openssl_verify_mode => 'none'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user