This commit is contained in:
Raphael 2010-08-17 13:53:15 -07:00
parent 771c594814
commit 2ede5f499f

View file

@ -45,11 +45,11 @@ Diaspora::Application.configure do
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => 'smtp.joindiaspora.com',
:port => 587
:domain => 'www.joindiaspora.com'
:authentication => 'plain'
:user_name => 'diaspora-pivots'
:password => "xy289|]G+R*-kA"
:port => 587,
:domain => 'www.joindiaspora.com',
:authentication => 'plain',
:user_name => 'diaspora-pivots',
:password => "xy289|]G+R*-kA",
:enable_starttls_auto => true
}
end