email config

by ian on 10 Apr 09 at 16:33 in documentation
in reply to system administration by site administrator:

In your app's config.py, you should make a mailfrom=<who@wherever> entry, and a similar mailto entry.

SMTPhost should be already be set by base.config_base.py to 127.0.0.1 and you should not need to override this in any way, unless you wish to use a remote SMTP host.

If an app doesn't have a valid mailfrom and a valid SMTPhost it will not send emails.

to reply to this, please login or register