Hello,
what bugs me a little bit about this fantastic library is, that it connects, authenticate und sends every Mail one after another:
Connect - Auth - Send - New Mail - Connect - Auth - Send ....
is it possible to speed things up without the use of EASendmail Queue Service?
What i would prefer would be some sort of this workflow:
Connect - Auth - New Mail - Send - New Mail - Send - New Mail - Send ...
so that you can send multiple mails in one go (one time connecting to the smtp server, authenticate and send)
as far as i can read from the sdk / knowledge base there is only the "Queue Service"-Option.
it would be cool if the Library could have a Flag "stay connected" so when you send a mail you can send another right after the mail before without reconnecting and authenticating again.
by using the .sendmail function it will authenticate everytime before sending and after that it sends the mail which is a little bit annoying.