I need to set up a script to be run by crontab. This script needs to mail a (html) file as an attachment. How can I do this? I know mutt has a '-a <file>' argument, but mail doesn't have this. This script needs to run on a FreeBSD box (that I don't have root on) that doesn't have mutt.
TIA, -D