Resuming a campaign
How does Sendy recover from an error while sending a campaign? I have a list which contains 4500 emails and it looks like Sendy stopped sending after 1500. It's possible the hosting service killed the php process because it was taking too long. I don't see where Sendy keeps track of the list of users it has already sent to.
This discussion has been closed.
Comments
Sendy send emails in order of unique auto incremented 'ids' and keeps track of the total number already sent to. When sending stopped because server times out, the resume function (when clicked) send emails in order of unique auto incremented 'ids' again, but this time with an offset of the total number already sent to. There are also other conditions as far as the resume function is concerned.