Hey Murali,
The one mentioned by iniro refers to number of messages per connection=20. As per SMTP server settings the number of receipients per message is default to 100, which can be changed to a bit higher value, if required, but not too high. So you may connect to you DB to retrieve all the recipients and loop through to send mails to thise recipients in a bunch of 100, that was you would require to loop through a maximum of 500 times. I would suggest you use this in a VBscript file and schedule it as a task on the OS to run at different intervals till it send out to all the recipients, than running it as an ASP file, since this might timeout, if it takes more time to loop through.
Hope that explains.
Cheers!
_________________________
- Vijay G
Strive for Perfection
|