from pyramid.paster import get_app, setup_logging
ini_path = '/home/path/development.ini'
setup_logging(ini_path)
application = get_app(ini_path, 'main')
attached is the 'developemt.ini'.I am able to send mail via:
me@myserver:/root$ sendmail -t so...@one.com
from: em...@server.com
subject: working?
working?