hi..
Is there a max on the number of recipients allowed in the multiple
recipient format when we send mail through system.we.mail?
My guess (didn't research it) is that even if there is a limit, you would
not want to come near it. Many SMTP servers have their own limits of how
many recipients they'll allow in a message that they're relaying along. I'd
limit your recipients to 500 or something more conservative if you want to
be safe. You don't have any control over external smtp servers or spam
filters, and you want to minimize the risk of your message being rejected.
Ray Costanzo
> hi..
> Is there a max on the number of recipients allowed in the multiple
> recipient format when we send mail through system.we.mail?
There is no max number limit. you can invoke the '.send' method in multi
thread environment
HTH
> hi..
> Is there a max on the number of recipients allowed in the multiple
> recipient format when we send mail through system.we.mail?
gella - 30 May 2008 19:06 GMT
> There is no max number limit. you can invoke the '.send' method in multi
> thread environment
[quoted text clipped - 6 lines]
>
> - Show quoted text -
thank you for the response.