Howdy jusers I have a problem with the smtp mail sending from a servlet. I have a servlet (running on Apache/Tomcat) that is trying to send a mail msg but when I try and create an instance of the Session it bombs out.
Session session = Session.getDefaultInstance(properties, new SmtpAuthenticator()); I have used the default smtp server (IIS) on another machine and it works fine. Someone suggested using that server on another port BUT I don't want to do that one. James is my smtp server, that's that. I have been away from James for awhile as it has been running smoothly. Any suggestions as I am stuck and have been for way to long. btw - I have tried removing the authentication from both the servlet & James. James 2.1.1 Apache2 Tomcat4.1.18 Win2k One last request, would someone have a test script for sending mail thru james? Can you do this with authenication or would I need to disable that? Thanks!
