On 4/30/07, dbee <[EMAIL PROTECTED]> wrote:
...
> I've tried ['[EMAIL PROTECTED]']. No luck though. I'm out of
> ideas. I've looked at the python docs and I can only find a
> sendmail(), not a send_mail() .... :-(


Are you sure you didn't try this:
('[EMAIL PROTECTED]')
as opposed to this?
['[EMAIL PROTECTED]']

The difference is important.  :)

--~--~---------~--~----~------------~-------~--~----~
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