Add new school adress; change email send method to sendmail; add google check page
This commit is contained in:
parent
2e0f4dc2eb
commit
4f21f0cb88
|
@ -38,6 +38,7 @@ Rosa::Application.configure do
|
||||||
# Disable delivery errors, bad email addresses will be ignored
|
# Disable delivery errors, bad email addresses will be ignored
|
||||||
# config.action_mailer.raise_delivery_errors = false
|
# config.action_mailer.raise_delivery_errors = false
|
||||||
config.action_mailer.default_url_options = { :host => 'abf.rosalinux.ru' }
|
config.action_mailer.default_url_options = { :host => 'abf.rosalinux.ru' }
|
||||||
|
config.delivery_method = :sendmail
|
||||||
|
|
||||||
# Enable threaded mode
|
# Enable threaded mode
|
||||||
# config.threadsafe!
|
# config.threadsafe!
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
google-site-verification: googleac324ed2f70faefc.html
|
Loading…
Reference in New Issue