hi all, like object, i'm trying to make an application for - generate PDF (with a template) from a record in my db (support ticket) and send it by email to my customer email address (from my customer record in db)
p.s. i'm not an expert programmer i find send mail app example (http://mdp.cti.depaul.edu/appliances/ default/show/10 ) but i have the error: when i try to send it Traceback (most recent call last): File "gluon/restricted.py", line 173, in restricted File "G:/web2py/applications/email/controllers/default.py", line 12, in <module> File "gluon/globals.py", line 96, in <lambda> File "G:/web2py/applications/email/controllers/default.py", line 7, in index File "G:/web2py/applications/email/models/db.py", line 23, in email_user File "smtplib.pyc", line 244, in __init__ File "smtplib.pyc", line 310, in connect error: (10051, 'Network is unreachable') -- You received this message because you are subscribed to the Google Groups "web2py-users" group. 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/web2py?hl=en.

