Hiya,

I'm a noob running official release .96, please be gentle.
I'm trying to enable email functionality.
Per this doc
http://www.djangoproject.com/documentation/0.96/settings/#DEFAULT_CHARSET

I should see a set of email settings in my settings.py file.
I don't see any of the following:
EMAIL_HOST
EMAIL_HOST_PASSWORD
EMAIL_HOST_USER
EMAIL_PORT
EMAIL_SUBJECT_PREFIX

I added them all and set them to use my mail server and I THINK it's working
correctly now.
(note I'm using the send_mail function)

Now it's kicking an error on send_mail:
'SMTP AUTH extension not supported by server'

I think this means that I have to configure my server differently to allow
for SMTP AUTHentication.
Here's some doc I found on how to do that (looks like a pain in the arse
doesn't it?)

http://postfix.state-of-mind.de/patrick.koetter/smtpauth/requirements.html

Ah yes, my questions...
1.  Why weren't the email settings included in settings.py when I ran '
djangoadmin.py startproject'?
2.  If I'm hitting the smtp auth error (see above), does that mean I've
configured django correctly and that it's just burping at the email server
side?

Thanks in advance,
-pug

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to