in dev env as well
This commit is contained in:
parent
487637d5a3
commit
9c59adee51
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ Diaspora::Application.configure do
|
||||||
config.action_mailer.delivery_method = :smtp
|
config.action_mailer.delivery_method = :smtp
|
||||||
config.action_mailer.default_url_options = {:host => 'pivots.joindiaspora.com'}
|
config.action_mailer.default_url_options = {:host => 'pivots.joindiaspora.com'}
|
||||||
config.action_mailer.smtp_settings = {
|
config.action_mailer.smtp_settings = {
|
||||||
:address => 'pivots.joindiaspora.com',
|
:address => 'smtp.gmail.com',
|
||||||
:port => 587,
|
:port => 587,
|
||||||
:domain => 'mail.joindiaspora.com',
|
:domain => 'mail.joindiaspora.com',
|
||||||
:authentication => 'plain',
|
:authentication => 'plain',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue