Browse Source

Merge pull request #2706 from whtsky/email_dryrun

Allow email agent to dry run
Dominik Sander 5 năm trước cách đây
mục cha
commit
198f0126b8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/models/agents/email_agent.rb

+ 1 - 0
app/models/agents/email_agent.rb

@@ -2,6 +2,7 @@ module Agents
   class EmailAgent < Agent
     include EmailConcern
 
+    can_dry_run!
     cannot_be_scheduled!
     cannot_create_events!
     no_bulk_receive!