Linux – Email Notification HowTo

Just to share following email notification with log attachment in linux cronjob whenever execute – echo “`date` ==> Done xx.sh” | mutt -a /var/logs/xx.log -s “`date` – Done...

Read More