send attachment without uuencode

Hello - In unix, can you tell me IF there is a way to send attachments via email without using uuencode command?

Thank you

No unless you were thinking of plain text file in wich case you could:
\cat textfile | \ux2dos | \mailx -s 'test to see' myadress@foo.com

All the best

See if you have sendexchange on your system.. I used it on a AIX system a long time ago and it had a option to send an attached file. Thanks.

You can also have a look at:
The Mutt E-Mail Client