Hi James,
I got that smtp problem fixed by using gmail email function. But when
it sends an activation key and I click it it takes me to failure
message saying activation failed. and the account doesnt activates.
whats going wrong.
what can i do to fix this.

On Apr 28, 5:10 pm, James Bennett <ubernost...@gmail.com> wrote:
> On Wed, Apr 28, 2010 at 2:46 AM, andy saksena <andy.saks...@gmail.com> wrote:
> > (111, 'Connection refused')
>
> As a Google search would have told you, this is the error Python's
> smtplib module will raise when you tell it to connect to a mail server
> and it can't. Which means you need to go double-check the settings
> you've given toDjangofor sending email (as covered in theDjango
> documentation:http://docs.djangoproject.com/en/1.1/topics/email/) to
> make sure you've provided the correct information for the server
> you're sending mail through.
>
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of correct."
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Djangousers" group.
> To post to this group, send email todjango-us...@googlegroups.com.
> To unsubscribe from this group, send email 
> todjango-users+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.

Reply via email to