↧
Sorry for not reading this in wwSMTP documentation ... I should have checked it out before.
.SendMailAsync is meant for one off emails you need to send from a Web app. If you need to send bulk messages you should send them synchronously or else tightly control the number of messages you .SendMailAsync() of at a time.
+++ Rick --
Does .sendMailAsync() have a known limitation on the number of mails that can be sent?
thanks,
-- thn (FoxInCloud)