Hello
ASPRunner 6.2
I send users an e-mail after a new record has been added. I do that with an After edit event.
The mail includes some details from the added record and it's sent to all adresses picked from a list by using
while not eof
....
data.MoveNext
wend
This works perfectly BUT it's extremly slow depending on the number of adresses (actually 150). This takes about 30 seconds before a user can enter next record ...
QUESTION: is there any idea / way to speed this up?
Regards
Philip