Hello Gurus,
I am using the following command to send a mail with attachment. In this command I am not able to send the message in the mail.
uuencode <filename> <filename> | mailx -m -s"<subject>" <mail address>
If I do not want to send as an attachement then I can use the following command.
echo <message> | mailx -m -s"<subject>" <mail address>
How can I send both messaga along with an attachment.
Any Ideas ???
Regards
Mallik
I am using the following command to send a mail with attachment. In this command I am not able to send the message in the mail.
uuencode <filename> <filename> | mailx -m -s"<subject>" <mail address>
If I do not want to send as an attachement then I can use the following command.
echo <message> | mailx -m -s"<subject>" <mail address>
How can I send both messaga along with an attachment.
Any Ideas ???
Regards
Mallik