On 11.05.10,15:50, Qi Zhang wrote: > Hello, > > I meet with a problem sending emails with attachements by mutt. > simplly like this: > > # code > uuencode file_name file_name > att.email > > cat mail_message >> att.email > > mutt -s "Subject" recei...@somewhere.net < att.email > > > with this script, I can send email with attachment very easy. and > gmail users have no problem reading these. > BUT, with some mail providers or clients can not read the attachments > correctly. > what they can see is only code like @#$!...@$!#!@#...@# > > Please somebody know what should I do to fix this problem? >
Can you check with another file ending, like att.txt instead of att.email? Jostein