Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
06Games authored Jul 18, 2022
1 parent 1cac769 commit e8e1175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Mail System
Sends a mail with recent changes to [Webtrees](https://github.com/fisharebest/webtrees) users

To use the plugin, you just have to add a cron task (replacing `YOURWEBTREESSERVER` by the url of your Webtrees installation and `USER1,USER2,...` by a user list)
To use the plugin, you just have to add a cron task (replacing `YOURWEBTREESSERVER` by the url of your Webtrees installation)
```
0 0 * * 1 wget -O - -q "YOURWEBTREESSERVER/mail-sys/send?users=USER1,USER2,..."
0 0 * * 1 wget -O - -q "YOURWEBTREESSERVER/mail-sys/send"
```

## Endpoints
Expand Down

0 comments on commit e8e1175

Please sign in to comment.