hi,
i am trying to send a pdf attachment which has a name of 200 characters using uuencode and mailx. But the email is not getting delivered.
i am trying to send a pdf attachment which has a name of 200 characters using uuencode and mailx. But the email is not getting delivered.
Code:
uuencode <filename.pdf> <filename.pdf> | mailx -s "Test" <email_id>