Commas
This commit is contained in:
parent
771c594814
commit
2ede5f499f
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue