Mark Engelberg wrote: > I'm still curious about the email settings. Here's what I have, with > real info deleted to avoid spamming:
I was having some trouble with my e-mail settings so I ran the Django shell and called the mail function manually which gave a useful traceback: python manage.py shell >>> from django.core.mail import mail_admins >>> mail_admins('some subject', 'some body') -- Jon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---