IS there any way to include an attachment along with a message sent from AIX mail. I am aware of ability to pipe a file contents into the body of the message and also using the ~r to read in a file.
Also try:
$ uuencode original_file_name file_name_of_attachment | mail user@domain.com
e.g. I want to send a file from a Unix box to a windows box which can understand file extenstions. The .txt will allow my mail reader to associate the file with my default text reader
$ uuencode logs logs.txt | mail user@domain.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.