hi
i have written a script whose output is getting mailed to me using crontab what i want it to do is mail it to someone else.
this is what iam doing.
37 01 24 1 * /usr/local/bin/perl /tpf106/data2/cis_web/cis3/cis3.11/work/rishi/s-branch/perl1/perl/compare.pl | mail -s "file compare output " rishi83@yahoo.in(not real)
but rishi83@yahoo.in is not getting the mail.any suggestions.
also can i mail the output to more than one person(email).