Posted By:
anmol_khanna
Posted On:
Thursday, May 30, 2002 10:15 PM
hi,
I want to send an email that is mime encoded. I have got a file or a string that contains this mime encoded email.
Problem being, that I dont want to re mimeencode it.
When I use Transport.send(Msg x), the content gets re-mime encoded, which is very inefficient.
Any ideas?
anmol