I am developing a bulk mail application for a company for sending bill to it’s customers. The application want to about 1500 mails (10% increase per month) at a time. The email ids will be stored in a table. The model will read the mail ids from table and send mail to them. Naturally the process will take more time to complete. So a progress bar will help the user to know the present status.
Please help me to setup a progress bar for the mail sending application