cybersteve2005
Technical User
Hello - I am using fedora core 3 - my regular email client is thunderbird which works fine.
I have a daily crontab job that starts a program which when its done, has generated a report file.
I want to add a line to the crontab job that has the path to that results file and send it out using email. Something like:
00 17 * * * root /bin/mail -s "My Daily Report" myname@myisp.net < /daily_rpt
The crontab job must run as root.
I have tried this and the email is not accepted as fedora according to the system mail logs; my isp's email server sees root@localhost.localdomain and never sees the active email address that I use all the time in the thunderbird email client ???
How can I get around this problem. My isp says they are not blocking it. Thanks Steve.
I have a daily crontab job that starts a program which when its done, has generated a report file.
I want to add a line to the crontab job that has the path to that results file and send it out using email. Something like:
00 17 * * * root /bin/mail -s "My Daily Report" myname@myisp.net < /daily_rpt
The crontab job must run as root.
I have tried this and the email is not accepted as fedora according to the system mail logs; my isp's email server sees root@localhost.localdomain and never sees the active email address that I use all the time in the thunderbird email client ???
How can I get around this problem. My isp says they are not blocking it. Thanks Steve.