First web2py app and trying to set up emailing tickets. When the tickets2email.py script runs, I get sent an email for each ticket with `new web2py ticket` in the subject line, however nothing at all appears in the bodies of the emails. The tickets are successfully deleted from the disk as the emails are sent and no errors occur in the program.
Anyone having a similar issue? Py: 2.7.3 Web2Py: 2.0.5 Debian 6.0.5 Thanks, JC --