Send email from unix (AIX) with PDF attachment

I am using the following command to send PDF attachment with a mail.

uuencode <attachment.pdf> <attachment.pdf>|mailx -s <subject> <mail_id> < <Message_file.txt>

This one send the message with attachment. I would like send PDF attachment with the mail

Can any one help with this issue ?

Thx