Forum Moderators: open
I wrote the code to first process the list of addresses, split by ";". I count the records in the array and start a loop for the length of that array of addresses.
I also capture the senders name and email address so that all the emails are coming from my server, but show their return address.
For attachments, I have them upload the file, we store it on the server, then attach it to each email going out.
The process sends one email at a time to the recipient, rather than batching them on a BCC line.
So far, the max has been 800 emails, which sometimes times out the ASP process, so I have increased the timeout time.
my question
Is there a more efficient system to do this? The person with 800 reports a wait of 2 hours to send her emails, which doesn't seem right to me.
The mail server and the database are on the same machine.
I'd love some input and suggestions for different ways to handle this.
Thanks.
I havent used their component but the code seems cool.