Hello How to send a email at a date with planned task Wat is te command. Thank
31. Oktober 2024 Offizieller Beitrag #2 Pipe the output to mailx or enable notifications for the system. cron will email output by default.
1. November 2024 #3 Thank you Code I want to send a test email once a week to check that the emails are working how to do this thank
1. November 2024 Offizieller Beitrag #4 Create a scheduled job and add this as commandmail -s "Sending mail works" yourname@yourprovider.xx < /dev/null
1. November 2024 Offizieller Beitrag #5 If you want to add a message to the mail, you can useecho "sample message" | mail -s "sample mail subject" yourname@yourprovider.xx