actionmailer config
This commit is contained in:
parent
cbb1b550ff
commit
f84d7962fc
1 changed files with 2 additions and 2 deletions
|
|
@ -45,9 +45,9 @@ 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 => 'smtp.joindiaspora.com',
|
:address => 'smtp.gmail.com',
|
||||||
:port => 587,
|
:port => 587,
|
||||||
:domain => 'www.joindiaspora.com',
|
:domain => 'joindiaspora.com',
|
||||||
:authentication => 'plain',
|
:authentication => 'plain',
|
||||||
:user_name => 'diaspora-pivots',
|
:user_name => 'diaspora-pivots',
|
||||||
:password => "xy289|]G+R*-kA",
|
:password => "xy289|]G+R*-kA",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue