Skip to content

Commit

Permalink
Merge pull request #2911 from degan6/allow-schedule-email
Browse files Browse the repository at this point in the history
Allow email agent to run on schedule
  • Loading branch information
knu committed Feb 20, 2021
2 parents 2ab169a + b89fb51 commit 77c07a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/agents/email_agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class EmailAgent < Agent
include EmailConcern

can_dry_run!
cannot_be_scheduled!
default_schedule "never"
cannot_create_events!
no_bulk_receive!

Expand Down

0 comments on commit 77c07a8

Please sign in to comment.