On Mon, Dec 15, 2008 at 1:01 PM, prem1er <michaelconso...@gmail.com> wrote:
> > Hey everyone, > I'm trying to create a registration page on my website using Django > forms. I just realized that I needed to install a mail server in > order to send confirmation messages to my users through the forms. > What type of setup is everyone using for this? i.e. Postfix + mutt. > Thanks in advance. > Why do you have to install a mail server? Can you not simply set EMAIL_HOST, etc. to point to an existing mail server that you have access to and authority to send mail through? http://docs.djangoproject.com/en/dev/topics/email/ Karen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---