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.delivery_method = :smtp
|
||||||
config.action_mailer.smtp_settings = {
|
config.action_mailer.smtp_settings = {
|
||||||
:address => 'smtp.joindiaspora.com',
|
:address => 'smtp.joindiaspora.com',
|
||||||
:port => 587
|
:port => 587,
|
||||||
:domain => 'www.joindiaspora.com'
|
:domain => 'www.joindiaspora.com',
|
||||||
:authentication => 'plain'
|
:authentication => 'plain',
|
||||||
:user_name => 'diaspora-pivots'
|
:user_name => 'diaspora-pivots',
|
||||||
:password => "xy289|]G+R*-kA"
|
:password => "xy289|]G+R*-kA",
|
||||||
:enable_starttls_auto => true
|
:enable_starttls_auto => true
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue