in crontab file I have this:
35 19 * * 1-5 root *default/mmail
in default controller
def mmail():
mail.send('[email protected]','message','subject')on my own machine cron seems to work (it send me an email), but same app installed on fluxflex does not .. can anyone give me a suggestion, please ?

