You'll have to set something in a table and run a cron to send it later. Django-mailer [1] has all of this set up for, along with some other cool features. I've used it in a project before and been happy with it.
[1] http://code.google.com/p/django-mailer/ On Aug 28, 1:10 am, Shadow <[email protected]> wrote: > Hi, > > Is it possible to execute code after sending the actual http response? > > For my website, users can optionally give an email address, and if > they do, the site sends a confirmation email. But I was thinking it's > more logical to spend time sending the email after the signup > confirmation page is sent to the user. Since sending the email doesn't > affect the http reponse at all? > > Is this possible? > > cheers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

