Hello! I'm migrating a PHP-Joomla 1.5 system to web2py. In Joomla I have a mailing system using a component called Acymailing, which is great. With this component I'm able to create a newsletter and send it to many contacts (aprox 1000). This component also notify to user which mail is being sending. Due to Hostgator constrains I can't send more of 500 mails per hour (so they can not be considered spam), so the component send 500 mails, wait 1 hour and then send the next 500.
My question is: Is it possible to send emails in an form the user continue working and being notified about the mail is being sending? Thanks in advance for the help. P.D. My english is not very good, I hope you understand me. --