See
http://web2py.com/books/default/chapter/29/08#Sending-messages-using-a-background-task.
You can use the built-in scheduler rather than a homemade task queue if you
prefer. You might also consider doing some ajax polling from the browser to
check the status of the mail send in order to noti
Hi all,
Is there a proper way to send multiple emails in the background of your
application?
I would not want the user to wait while the emails are being sent.
I am considering using a threads, but I would like to hear from the
community if this is the best approach.
Thanks.
--
Kevin Miller
2 matches
Mail list logo