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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mailx Attachments

Status
Not open for further replies.

Ambatim

Programmer
Feb 28, 2002
110
IN
Hi,

How to send two attachments (text files) in a single email using the mailx command.

I have IBM AIX Version 5.

Any ideas..??

Thanks in advance
Mallik



Thanks in advance
Mallik
 
This isn't so much how to attach a text file as it is a way to include a text file using mailx:

mailx -s "some subject" some@email.address < some.txtfile



Add a little color to your PUTTY terminal: faq52-6627
 
[tt](
uuencode /some/path/file1 file1
uuencode /some/path/file2 file2
) | mailx -s "some subject" someone@example.com[/tt]

Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top