Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

sending attachment with unix mail???

Status
Not open for further replies.

amkush

Computer
Joined
Nov 14, 2000
Messages
1
Location
US
how do u send a attachment with unix mail????

thanks.
 
Yes u can send file as attachment in unix .
use the following commands.
1. (cat <message file> ; cat <attachment file> | uuencode <asattachment file .extension>) | mailx -s &quot;subject&quot; email address
OR
2. (echo &quot;Messages&quot; ; cat <attachment file> | uuencode <asattachment file .extension>) | mailx -s &quot;subject&quot; email address


thanks and rgds
Manjunath
 
how do you execute this command in perl script. It seems to not work properly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top