i need to send an email from django with certain feilds and i used 
email.pf function and here is my view file:

def php(request):

    send_mail('test', 'i am succeded', '[EMAIL PROTECTED]',
    ['[EMAIL PROTECTED]'])
and i am having error which is:
Exception Type: error Exception Value: (111, 'Connection refused')
Exception Location: /usr/lib64/python2.4/smtplib.py in connect, line 302


Thanks, 
Mary 



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

Reply via email to