![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a CronJob Script | ronny_nch | SUN Solaris | 2 | 01-15-2009 10:07 PM |
| cronjob to run perl script | AirWalker83 | UNIX for Dummies Questions & Answers | 6 | 08-08-2008 04:53 AM |
| cronjob inside the script | namishtiwari | Shell Programming and Scripting | 3 | 02-04-2008 08:35 AM |
| help help cronjob problem with script | bucci | Shell Programming and Scripting | 4 | 02-10-2007 04:38 AM |
| Shell script not running thru Cronjob | gauravshrinivas | Shell Programming and Scripting | 8 | 11-03-2006 10:17 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Issues with cronjob : Script using sendmail
Hi All,
I am new to unix. I have created a cron job, that sends mail using sendmail utility. Am facing a unique problem while making a cron job for this script. In the script I append a file to my mail using 'cat' command. [code] cat $report >> $mailMsg [code] & this $mailMsg is used as mail content(along with other static data) . My problem is whenever I run the shell script manually everything works fine, the mail is sent successfully with my file($report) contents. But when a cron job executes the script, the mail is sent but the mail does not include the file contents($report). Sample mail when script is executed manually executed: ========= Log Report ============= {$report contents} =============================================================================== == Starting Test at: Jun 4, 2009 12:04:15 AM EDT But from cron job I dont get report contents. ![]() I only get 1st static line in mail. ========= Log Report ============= {no report file contents} Can anyone tell me why is it happening? Please help. Thanks in Advance, Anshul |
| Bookmarks |
| Tags |
| cron job, sendmail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|