Monks,
I have been using an email list to send notifications to about 75 people. Recently I had to dump the email list in favor of keeping our own database of addresses locally so our customers can choose who gets on the list through an admin script. The problem is after filling out a form and clicking SEND, it takes about 10 seconds or longer for the script to cycle through the database and send the 75 email messages. Is there a way to speed this up by showing the customer a confirmation page before the emails get sent? I don't know of a way to handle this without making the user wait after clicking send.
Thanks,