changed email config for tvw
This commit is contained in:
parent
54584fb064
commit
ac951e52fb
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ Metamaps::Application.configure do
|
||||||
authentication: 'plain',
|
authentication: 'plain',
|
||||||
enable_starttls_auto: true,
|
enable_starttls_auto: true,
|
||||||
openssl_verify_mode: 'none' }
|
openssl_verify_mode: 'none' }
|
||||||
config.action_mailer.default_url_options = { :host => 'metamaps.herokuapp.com' }
|
config.action_mailer.default_url_options = { :host => 'metamaps.thevalueweb.org' }
|
||||||
# Don't care if the mailer can't send
|
# Don't care if the mailer can't send
|
||||||
config.action_mailer.raise_delivery_errors = true
|
config.action_mailer.raise_delivery_errors = true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue