Browse Source

Enable email sendmail delivery per default.

Martin Edenhofer 13 years ago
parent
commit
64745a83e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      db/seeds.rb

+ 1 - 1
db/seeds.rb

@@ -1241,7 +1241,7 @@ Channel.create(
   :adapter        => 'Sendmail',
   :area           => 'Email::Outbound',
   :options        => {},
-  :active         => false,
+  :active         => true,
   :created_by_id  => User.where( :login => '-' ).first.id
 )