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 3, 2022
1 parent 25af31d commit 0d2e767
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# 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)
```
0 0 * * 1 wget -O - -q "YOURWEBTREESSERVER/mail-sys/send"
```

0 comments on commit 0d2e767

Please sign in to comment.