diff --git a/db/seeds.rb b/db/seeds.rb index 51e33c63f..06dc82dc3 100644 --- a/db/seeds.rb +++ b/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 )