mails
This commit is contained in:
parent
056587ab96
commit
f75d5e25b9
@ -85,6 +85,11 @@ CMSnb::Application.configure do
|
||||
|
||||
config.action_mailer.default_url_options = { :host => "http://new.st-etienne-de-crossey.fr" }
|
||||
|
||||
config.action_mailer.delivery_method = :sendmail
|
||||
config.action_mailer.delivery_method = :smtp
|
||||
config.action_mailer.smtp_settings = {
|
||||
:address => "localhost",
|
||||
:port => 25
|
||||
}
|
||||
|
||||
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user