Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: .sendMailAsync() limitation?

$
0
0
Re: .sendMailAsync() limitation?
West Wind Client Tools
Re: .sendMailAsync() limitation?
02/28/2012
12:31:12 AM
3FZ01489B Show this entire thread in new window
Gratar Image based on email address
From:
To:
Attachments:
None
Thanks Rick,

Sorry for not reading this in wwSMTP documentation ... I should have checked it out before.


No, but you can't send a ton of emails as it will just spin up threads simultaneously trying to send all of your messages at the same time. Your mail server will probably block you from doing that.

.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 --



Hi All,

Does .sendMailAsync() have a known limitation on the number of mails that can be sent?

thanks,




-- thn (FoxInCloud)


Viewing all articles
Browse latest Browse all 10393

Trending Articles