Posted By:
Anonymous
Posted On:
Monday, July 2, 2001 01:03 PM
Hello,
I'm developing a servlet application by using using JavaMail 1.2 with JDK 1.3/Resin 1.2.
My application is hosted at an ASP. When I send email some addresses under my domain,
There is no problem. Emails are sent successfully. But, if I send emails to addresses
under different domains, I get MessagingException in Transport.send(message) method.
My CGI scripts can successfully email messages to different domain.
thanks in advance...