First thing you need to do is see if and how far the mail is getting
into James. Go to environment.xml and temporarily change all log levels
to "DEBUG". Restart James, and try to send again. Then if you have a
'grep' utility you can grep the James log directory for some unique
string in the sender address or recipient address of the email. You can
fairly easily see what happens with the email through the James
pipeline. If it doesn't show up at all in the James logs, then it
likely is not even getting into James, and you can focus you analysis on
the Tomcat side.
emailguy wrote:
I'm running tomcat and James on the same machine. Both work independently of
each other. I'm trying to write a servlet that will send an email to
[EMAIL PROTECTED] via James. The servlet code appears to run however, I'm
not seeing the email received by [EMAIL PROTECTED] The log files for
Tomcat and James contain no errors or are empty. Any suggestions are
welcome. Are there any code examples of this available? This must be a
common thing to do.
Thank you
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]