Date: Thu, 23 Sep 1999 09:30:05 -0500 From: river <river@theriver.nu> To: "'questions@freebsd.org'" <questions@freebsd.org> Subject: Automailing a file fron cron Message-ID: <21DC5E98AE1FD311B1290020AFDB6C6E6419@cx288885-b.okcs1.ok.home.com>
next in thread | raw e-mail | index | archive | help
I am attempting to automail a file as an attachment. I have been able to automail the contents of a file with the following command line: mail -s 'TESTMAIL' user@mydomain.com < /tmp/file.to.send but of course this wont work with a tarball, I need to be able to "attach" the file rather than its contents... I checked the man page for mail and it doesnt specify any swtich for attaching a file.....is there a way to do this ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?21DC5E98AE1FD311B1290020AFDB6C6E6419>