ok, when running on using 'wsgi' you(I) need setup the loggin in the 'pyramid.wsgi' file, like:
from pyramid.paster import get_app, setup_logging > ini_path = '/home/path/development.ini' > setup_logging(ini_path) > application = get_app(ini_path, 'main') On Monday, July 30, 2012 10:10:27 AM UTC+3, Yonatan Braude wrote: > > attached is the 'developemt.ini'. > I am *able* to send mail via: > > >> me@myserver:/root$ sendmail -t [email protected] >> from: [email protected] >> subject: working? >> working? > > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/HhFFmCA34iUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
