I created an application some time ago using the wizard but I did not set the email settings at the time. They're correct in the db.py file but I still can't get the email function to work. In interactive mode, it's picking up settings (I think) from wizard.metadata file.
A test application built with the wizard with the correct settings at the start works fine. Is there something I can do to edit that metadata file or should I edit it elsewhere. Settings in db.py are up to date. I'm pretty sure I'm just missing something simple here. Thanks in advance. BTW - WEB2PY absolutely rocks! I've never had so much fun building a web application before.

