[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Sending mail with attachment via cron?



> I need to send a mail containing a file or contents of a text file via
> crontab. How is that done?

You could use mutt for attachments and run from cron in a shell script like
:

echo 'Hello' | mutt -a /home/file.txt -s 'Subject' you@xxxxxxxxxx