Mail from cron yields error

2003-03-20 Thread a12
Hi gurus, In the process of mailing messages using cron, I have created /var/cron/tabs/sysaccount: SHELL=/bin/sh # mail any output to 'sysaccount', no matter whose crontab this is MAILTO=sysaccount # 0 * * * * /cygdrive/h/blat/blat.exe ssmtp -f [EMAIL PROTECTED] -f [EMAIL PROTECTED] -server

Re: Mail from cron yields error

2003-03-20 Thread Tino Lange
Hi! If you use blat, then you don't have to care about the ssmtp settings, if you use ssmtp then you don't have to care about the blat settings. These are different approaches to send mail. The MAILTO Variable inside crontab is only used by cron to invoke the default mailer (which might be