On Sat, Jun 4, 2011 at 12:29 AM, AJ <brandmys...@gmail.com> wrote: > My application does require emailing users and members of the website. This > is mostly system mail and users will not email amongst themselves.
on webapp servers i usually install ssmtp. it's not for handling user's email, nor for receiving messages. it simply allows the application to send messages to users' existing email accounts (hosted somewhere else). the advantage is that there's no daemon to keep running and taking care of. -- Javier -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.