Hi Tonu,
Rancho already sends an email notifying a new user that a new account
for him has been created.
For this you must configure the settings file and assign the following
variables properly:
DEFAULT_FROM_EMAIL = '' # For example no-
re...@YOUREMAILSERVER.COM
EMAIL_HOST = '' # For example
smtp.YOUREMAILSERVER.COM
EMAIL_HOST_USER = '' # For example
YOURN...@YOUREMAILSERVER.COM
EMAIL_HOST_PASSWORD = '' # Your email password
EMAIL_USE_TLS = True
For the system to keep sending the notifications a cron should be set
on the system.
The Rancho ReadMe file describes how to set a cron:
http://trac.getrancho.com/browser/trunk/README
If you need any help setting the email or the cron please let us know.
Best Regards,
--
The Rancho Team