Page 1 of 1
Swift_Plugin_AntiFlood and batchSend()
Posted: Sat Mar 31, 2007 3:42 pm
by audrey
Does using batchSend() remove the benfits or otherwise cause problems for the the anti-flood plugin?
Posted: Sat Mar 31, 2007 9:45 pm
by Chris Corbyn
Nope, it should work exactly the same. batchSend() is basically a big foreach()

Posted: Mon Apr 02, 2007 7:03 am
by anjanesh
And what does the anti-flood plugin do to the batchSend ?
Posted: Mon Apr 02, 2007 8:33 am
by Chris Corbyn
Nothing, AntiFlood just disconnects, sleep()'s and reconnects every so often. Basically Swift's event dispatching layer informs the plugin of all emails sent irregardless of whether batchSend() was used or send() was used. It's all based around events, not the implementation details of how the library is used
