Sending mail

Hi there,

How can I send the automated log file, daily at 7 am to the respective mail .

Thanks in Advance,
Neha

Look for crontab or autosys etc ...

You can write a script with mailx command to email the log file. This script needs to be scheduled using crontab.
-Nithin.