Posted by cwurld |
|
Hi Herbert,
How do I configure things so that the system sends emails to those who have requested it? Thanks, Chuck |
|
Posted by Herbert Poul |
|
i'm using the django email function .. so if you have a SMTP server set up on localhost .. it should work out of the box imho..
otherwise you need to modify EMAIL_HOST & co in your settings.py - http://www.djangoproject.com/documentation/settings/#email-host Hey, we have Signatures !!! Great, isn't it ? ;) |
|
Posted by cwurld |
|
thanks. It's working now.
|
Please login to post a reply.