mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
actionmailer config
This commit is contained in:
@@ -45,9 +45,9 @@ Diaspora::Application.configure do
|
||||
config.action_mailer.delivery_method = :smtp
|
||||
config.action_mailer.default_url_options = {:host => 'pivots.joindiaspora.com'}
|
||||
config.action_mailer.smtp_settings = {
|
||||
:address => 'smtp.joindiaspora.com',
|
||||
:address => 'smtp.gmail.com',
|
||||
:port => 587,
|
||||
:domain => 'www.joindiaspora.com',
|
||||
:domain => 'joindiaspora.com',
|
||||
:authentication => 'plain',
|
||||
:user_name => 'diaspora-pivots',
|
||||
:password => "xy289|]G+R*-kA",
|
||||
|
||||
Reference in New Issue
Block a user