namespace :email do
  task :deliver_all => :environment do
    Email.deliver_all
  end
end