Skip to content

Commit

Permalink
Merge pull request #304 from erickaakcire/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
audaciouscode committed Apr 4, 2024
2 parents 76bad56 + 69f6292 commit f0f8ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -103,7 +103,7 @@ To start setting up your CRON jobs, log into the server using a local account th

Launch the interactive CRON editor by running `crontab -e`.

Before you start defining job schedules, set up the shell to be used and the e-mail address to be notified if a job fails for some reason (also be sure that your server has been configured to send e-mails from the command line):
Before you start defining job schedules, set up the shell to be used and the e-mail address to be notified if a job fails for some reason (first be sure that your server has been configured to send e-mails from the command line, which may be facilitated by an email API service such as [mailgun](https://mailgun.com)):

```
MAILTO=me@example.com
Expand Down

0 comments on commit f0f8ff2

Please sign in to comment.