I'm wondering if there's a more efficient way to do the following task:
- Take long list of email addresses (could be thousands or millions)
- Split them into chunks of 100, each separated with a semicolon and space
They can then be pasted into Outook message field. I realise there are better ways to send mass mailings but this is just an example!
It's not difficult, and I've done it as follows, but I'm guessing there's a more concise way, or possibly even a special tool that does exactly this. If I don't ask I might not learn, so please let me know if I'm missing something obvious. Thanks!
