The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-02-2009
yakari yakari is offline
Registered User
  
 

Join Date: Sep 2006
Posts: 16
sendmail attachment problem

Hello,

i am sending email with following command.
The problem is the attachment is displayed as inline text instead of a file attached to email. What should i do?
I don't have chance to install new binaries to the server (SunOS)



( \
echo From: Sender[test@test.com] ; \
echo Subject: Testing ; \
echo To: recipient@test.com ; \
echo message ; \
uuencode -m attach.file1 attachname1 ; \
) | sendmail recipient@test.com