From 704fd77e8249bb21e6641008c6356acc83ad58bd Mon Sep 17 00:00:00 2001 From: Chl Date: Tue, 11 Jan 2022 18:11:12 +0100 Subject: [PATCH] Little rewrite on why there is no dedicated scheduled job --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cde6c6..0ac0b28 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To edit the default global mail template, go to Home > Setup > Emails > Email te To edit the default sender address, go to Home > Setup > Emails, and edit the `Sender email for automatic emails` field. -This module is triggered by the cron (Scheduled jobs module) and will not send emails when manually generating an invoice. +This module hooks himself on the end of the `Recurring invoices` job from the Scheduled jobs (aka. `cron`) module. It will only be triggered via this Scheduled job and will not send mail when manually generating an invoice from a recurring invoice template. ## Requirements