The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX Desktop for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 02-28-2007
GavP GavP is offline
Registered User
 

Join Date: Feb 2007
Posts: 4
I've got the same problem with mailx.

Even trying something like this isn't showing up as an attachment on web-based email (Gmail)

( echo "Email text"
echo "etc"
uuencode /path/to/sourcefile.txt sourcefile.txt
) | mailx -s "Email subject" "recipient@company.com"
Reply With Quote