hi 🙂
I have a script that goes through a mysql db and sends an email to each recipient listed there. The script works just fine and everyone gets the correct email (there are about 100 people on the list).
However the script takes about a minute to load and send the emails, during this time the user has no visual confirmation of the emails being sent.
My question is, can anyone let me know of a way to report the success of each send as it happens, ie a bit of javascript or something that would say 'message 2 of 100 delivered' etc etc.
Thanks in advance,
dan