Details
-
Type: Bug
-
Status: Closed
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 4.3.0-b3
-
Fix Version/s: 4.3.0
-
Component/s: None
-
Labels:None
Description
When queued invoices are delivered by cron, and one of them fails, the system thinks all subsequent emails have failed also but still sends them out, and does not mark them as sent.
In this cron output, the first and last invoice are sent, and have valid email addresses. The 2nd invoice has an invalid email address.
Successfully delivered 1 invoice to client #1500 via Email.
Unable to deliver 1 invoice to client #1501 via Email due to error: At least one of the email To addresses provided is not a valid email address.
Unable to deliver 1 invoice to client #1502 via Email due to error: At least one of the email To addresses provided is not a valid email address.
The 1st and 3rd invoice here were sent, but the 2nd and 3rd were not marked as sent.