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.