Is it possible to have this in web2py:

imagine i have a function for user registration:
after the db.auth_user.insert() i want to send an email to the user

I would like to have the sent_email() function in a spool, this way
the controller could execute faster and the emails would be sent in
"background"

Reply via email to