954,566 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Sending multiple emails with asp

For my work, I am making a web application for our intranet that will query our accounts, and based on the input, will pull out the appropriate contact's email address to send a pre-scripted message.

I can't seem to find a good answer on the net, but my question is: What is better for the mail server as far as not overloading it?

-to send the email in bulk (will be about 100-200 recipients)?

or

-to queue them one by one in a loop? and if so, should I program some sort of delay?

Any help would be much appreciated

Thanks,

Gil

gil857
Light Poster
35 posts since Jun 2006
Reputation Points: 11
Solved Threads: 0
 

i would run some tests on your email server and see. however I would have to guess that one message with lots of recipients would be much better

campkev
Posting Pro in Training
484 posts since Jul 2005
Reputation Points: 14
Solved Threads: 19
 

Just a follow up here:

We didn't want all our contact's email addresss grouped together, so the emails were queued one by one with a one second delay between them. There are no images or anything in the email, so the one second delay was plenty.

Thanks for your reply, campkev.

gil857
Light Poster
35 posts since Jun 2006
Reputation Points: 11
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You