Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
robbytobby committed Jun 29, 2012
1 parent da78347 commit 3263bd6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/initializers/setup_mail.rb
Expand Up @@ -17,13 +17,13 @@
#:address => "physchem.uni-freiburg.de",
#:port => 25,
#:authentication => :plain,
#:user_name => "cw69",
#:password => "2qt2bstr"
#:user_name => "",
#:password => ""
:address => "smtp.tuxwerk.de",
:port => 25,
:authentication => :plain,
:user_name => "widu@radgeber-freiburg.de",
:password => "1ly4Mys12"
:user_name => "",
:password => ""
}
#ActionMailer::Base.raise_delivery_errors = true
end

0 comments on commit 3263bd6

Please sign in to comment.