If you are wanting to include a text file inline
then use this command
'cat {filename} | mail -s "Subject" [EMAIL PROTECTED]'
If you are wanting to attach a file, say something
that is not text then use this command:
'uuencode {original_filename} {uuencoded_filename}
| mail -s "Subject" [EMAIL PROTECTED]'
Works for me.
p.s. Might set your email program to turn off the
HTML code in the compose, some reason ticks alot of foks off.
HTH,
Later..
Steven
|
- command line email command Jason Wilson
- Re: command line email command Michael J. McGillick
- Re: command line email command Brad 'GreyBear' Davis
- Re: command line email command Benjamin Jackson
- Re: command line email command Steven Hildreth
- Re: command line email command sparsi