I want to repeatedly send messages, to a different set of recipients each time. But invoking Transport.send(Message) causes a new Transport session to be established each time. This is suboptimal in this case, so how do I get around this?
Related Questions
- I want to repeatedly send messages, to a different set of recipients each time. But invoking Transport.send(Message) causes a new Transport session to be established each time. This is suboptimal in this case, so how do I get around this?
- How can Bulletin Messenger be automated to send the same message to different recipients on a regularly basis?
- Can I send multiple messages at a time, to different mobile numbers?