mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Merge pull request #2377 from internetee/fixed-looping-validation
fixed looping validation email
This commit is contained in:
commit
4a973b8624
3 changed files with 25 additions and 18 deletions
|
@ -4,7 +4,7 @@ require 'syslog/logger'
|
|||
require 'active_record'
|
||||
|
||||
namespace :verify_email do
|
||||
# bundle exec rake verify_email:check_all -- --domain_name=shop.test --check_level=mx --spam_protect=true
|
||||
# bundle exec rake verify_email:check_all -- --check_level=mx --spam_protect=true
|
||||
# bundle exec rake verify_email:check_all -- -dshop.test -cmx -strue
|
||||
desc 'Starts verifying email jobs with optional check level and spam protection'
|
||||
task check_all: :environment do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue