Recurring invoice emails not being sent

I have the cron job working, but it’s not sending any emails when the invoice is due. It must be doing something, though, because I can see new invoices appearing in /invoices/index after it has run.

So the cron is creating the invoice, but not sending out the email.

I know it’s not a problem with my SMTP settings because email works when I send invoices via ‘Send Email’. So it seems to be a problem with the automation aspect.

Any idea what could be wrong? Thanks in advance.

Did you enabled sending cron emails in the settings?

Nevermind, ignore this thread!

A dumb error on my part, I forgot to set a ‘default email template’. Everything is working now.