I have a cron job that generates text files. I'd like these files to be sent as attachments to an email address. It's important that they show up as attachments in a multi-part MIME message and not just as text in the body of the email.
I have read about sendmail and the MAILTO parameter in /etc/crontab, but I am not able to write a simple example to build off of.
I do not have mutt, mail, or mailx installed on my server.