Categories

 

March 2010
M T W T F S S
« Feb   Apr »
 1234567
891011121314
15161718192021
22232425262728

What I'm Doing...

IMG00015.jpgIMG00017.jpgFallColors.jpgSpringFirst snow of the seasonTail Wind

Sending email with a body and attachment from UNIX

It is easy to send a text file as the body of an email from UNIX. You can do it using the command below -

?View Code BASHmail -s "Email with file as body" email@domain.com < message.txt

Now if you want to send a file as an attachment, you would need to use uuencode piped to mail. [...]

  • Share/Bookmark