I have setup the registration module for a django project.Now, I want
to test the that activation email is sent.On windows, how can I test
this? How to send the email? Will I have to do any changes in
settings.py?
thanks
Please consult the documentation:
http://docs.djangoproject.com/en/dev/topics/email/#topics-email
and your problem will be solved. :)
------------------------
Xia Kai(夏恺)
xia...@gmail.com
http://blog.xiaket.org
--------------------------------------------------
From: "vishy" <vishal...@gmail.com>
Sent: Sunday, December 27, 2009 4:50 PM
To: "Django users" <django...@googlegroups.com>
Subject: How to test activation email on windows?
http://www.mangoorange.com/2008/09/15/sending-email-via-gmail-in-django/
It works with Google apps for your domain, too. So you can use
my_name@my_domain.com if my_domain.com is set up with Google apps.
Best,
J