Hello
How to send a email at a date with planned task
Wat is te command.
Thank
Hello
How to send a email at a date with planned task
Wat is te command.
Thank
Pipe the output to mailx or enable notifications for the system. cron will email output by default.
Create a scheduled job and add this as command
mail -s "Sending mail works" yourname@yourprovider.xx < /dev/null
If you want to add a message to the mail, you can use
echo "sample message" | mail -s "sample mail subject" yourname@yourprovider.xx
Thank you very very mutch
You are fabulous !!
It's OK
Don’t have an account yet? Register yourself now and be a part of our community!