Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 489 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 489 Bytes

WebPage Checker

Prüft auf Änderungen von Webseiten und sendet eine E-Mail an die angegebenen Adressen.

in der .env müssen alle notwendigen Angaben konfiguriert werden:


[APP]
URL=example.org
CONTENT_CACHE_FILE=oldContent.html
secondsToWait=50
recipients="[email protected];[email protected]"
[EMAIL]
[email protected]
smtp_server=smtp.example.org
smtp_port=587
[email protected]

Wichtig ist, das die "recipients" per komma getrennt werden.