Hello Heleen, I don't have any specific solutions for you. In several of my projects I have views that do deliver email without issue.
A couple of things come to mind. Have you checked that the arguments passed to send_mail in your view are correct? Is it possible that there is some kind of permission problem? Something like the Nginx process isn't allowed to send email? It might help us to help you if you could let us see the relevant code in question and any tracebacks if there is an error. On Feb 15, 1:09 pm, Heleen <[email protected]> wrote: > When I try to send an e-mail using > send_mail() trough the Django website (so via a view function), it > does not deliver the e-mail. However when on the same server I use > 'python manage.py shell' it does deliver the e-mail. Toodle-looooooooo........... creecode -- 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.

