Posted By:
Jagan_Ram
Posted On:
Thursday, April 4, 2002 05:48 PM
I had earler used one of your code for generating emails with attachments using JavaMail.
I have a problem using Transport.send(messgae).I get connection refused exeception.
Then I used Connection listener interface but still got the same problem.
I also tried using sendMessage().In this case the attachment goes inline with the body and not as a file attachment.
I need some help in this regard.
Thanks in advance.