Summer Sauce
Beginner
I have several hundred SMTP accounts. I need for emails to be sent from multiple accounts at the same time.
Example:
How do I do this?
Example:
That sends 1 email per smtp at a time in batches of 50. Loop would normally connect to one smtp send the email, then connect to the next.
For instance, it would first establish connections with SMTPs 1 through 50 (concurrently), send one email from each of the 50 SMTPs concurrently to the initial 50 contacts, then proceed to connect with SMTPs 51 through 100, sending one email from each to the next 50 contacts on the list.
How do I do this?