I'm trying to send a message via JavaMail API. There are no errors.
Debugging of the Session object appears to show normal operation. But
I never receive the message. The same machine can send to the same
address via Outlook Express. I'm not sure how to proceed. Any
suggests would be welcome. Thanks.
> I'm trying to send a message via JavaMail API. There are no errors.
> Debugging of the Session object appears to show normal operation. But
> I never receive the message. The same machine can send to the same
> address via Outlook Express. I'm not sure how to proceed. Any
> suggests would be welcome. Thanks.
I assume that by debugging you mean either setting the property "mail.debug" or
using Session.setDebug(true); ?
Perhaps you could post a sanitised and anonymous dump of the debug output so we
can see if there are any oddities ?