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

Re: Attaching a file with "mail"



hi ya

On Wed, 23 Apr 2003, Fernando Shayani wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Is there any way to attach a file to the command mail?
> I need to automatic send a e-mail with a file attached to it.
> 
> Ex: mail fernando@shayani.net -s "My subject" ATTACH.TAR

echo "attached filed" |  \
mutt -s "your subject" -a ATTACH.TAR fernando@shayani.net  

c ya
alvin



Reply to: