Skip to content

Commit

Permalink
docs: Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Nov 13, 2018
1 parent 7028903 commit 912f7d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/content/pro/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Email processor
---

If you need special email notification rules for a job, use the Email processor.
The Email processor provides flexibility to job email notifications.

Configuration of the email processor is stored in a file named `dkron-processor-email.yml` in the same locations as `dkron.yml`, and should include a list of providers, you could include any number of providers.
Configuration of the email processor is stored in a file named `dkron-processor-email.yml` in the same locations as `dkron.yml`, and should include a list of providers, it can include any number of providers.

Example:
```yaml
Expand All @@ -17,7 +17,7 @@ provider1:
subjectPrefix: '[Staging] '
```
Then you can configure each job with the following options:
Then configure each job with the following options:
Example:
Expand All @@ -31,4 +31,4 @@ Example:
}
```

By default the email procesor doesn't send emails on job success, you should use the `onSuccess` parameter like in the previous example.
By default the email procesor doesn't send emails on job success, the `onSuccess` parameter, enables it, like in the previous example.

0 comments on commit 912f7d9

Please sign in to comment.