I only have about 600 on my newsletter database, but the newsletter is often about 70k of html, and now that I'm going to use Swift and use multipart with a text version as well, it will be a lot bigger.
Previously, not using Swift, the mail server queue has filled up and thrown an error. So I've had to put a 6 second delay between each newsletter being sent.
Is there any way of catching just this 'queue full' error so the 'normal' delay can be short and be extended on error?
I've had the situation where a receiving server has been very slow.
Sorry I'm a bit green on all this stuff
One last quick point:
The anti-flood - is the "anti-flood" in quotes supposed to stay there, or is this a reference to something I should put in?
$swift->attachPlugin(new Swift_Plugin_AntiFlood(50, 10), "anti-flood");
Said I was green didn't I?
Ron