d'oh aka --amend
This commit is contained in:
parent
cc961d66e2
commit
a8136ed86b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ Diaspora::Application.configure do
|
|||
:address => AppConfig[:smtp_address],
|
||||
:port => AppConfig[:smtp_port],
|
||||
:domain => AppConfig[:smtp_domain],
|
||||
:authentication => AppConfig[:smtp_authentication].gsub('-', '_').to_s,
|
||||
:authentication => AppConfig[:smtp_authentication].gsub('-', '_').to_sym,
|
||||
:user_name => AppConfig[:smtp_username],
|
||||
:password => AppConfig[:smtp_password],
|
||||
:enable_starttls_auto => AppConfig[:smtp_starttls_auto],
|
||||
|
|
|
|||
Loading…
Reference in a new issue