Swift_Plugin_AntiFlood and batchSend()
Moderators: Chris Corbyn, General Moderators
Swift_Plugin_AntiFlood and batchSend()
Does using batchSend() remove the benfits or otherwise cause problems for the the anti-flood plugin?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
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 