Yes you're correct, in theory it should send 100K per hour.
Sendy is coded to send [your send rate here] per second. Everything else (CPU, memory) depends on your server.
What version are you currently using? I'd suggest after you're done sending any outstanding campaigns, do a DELETE FROM queue directly on your mySQL database to clear out everything that may have been left over.
I have not upgraded yet. I was actually waiting for possible new bugs to surface ). But will do after send is completed. Can u pls send me the complete sql script for clearing the queue. Thanks.
Comments
Sendy is coded to send [your send rate here] per second. Everything else (CPU, memory) depends on your server.
What version are you currently using? I'd suggest after you're done sending any outstanding campaigns, do a
DELETE FROM queue
directly on your mySQL database to clear out everything that may have been left over.Then upgrade to the latest version 1.1.3.1 if you haven't http://sendy.co/get-updated.
Thanks.