Hello,
I need to send as many files as attchments in a single email. I have used
(uuencode file1.txt file2.doc; uuencode file2.txt file2.doc) | mailx -s 'Test' name@email.com
Here I am passing the entire uuencode(whatever is in the bracket) as one string from a pl/sql program .. how do I do it ..
Any help is highly appreciated ..
I need to send as many files as attchments in a single email. I have used
(uuencode file1.txt file2.doc; uuencode file2.txt file2.doc) | mailx -s 'Test' name@email.com
Here I am passing the entire uuencode(whatever is in the bracket) as one string from a pl/sql program .. how do I do it ..
Any help is highly appreciated ..