Hello Everyone,
I have the cron job:
* * * * * sendmail
my@email.com < /root/email.txt
But it won't actually send the email.
I have tested sendmail - there is no problems there.
I have tested a simple cron job like this:
* * * * * echo hello >> /root/test.txt
And the above cron job works.
Does anyone know why I can't get the crontab job to send emails??
Thankyou!