I´m running track 330 and some other webapps on my tomcat server.
Unfortunatly Track has problems to send email.
Message from catalina.log is
java.lang.SecurityException: Access to default session denied
at javax.mail.Session.getDefaultInstance(Session.java:311)
at javax.mail.Session.getDefaultInstance(Session.java:339)
at com.aurel.track.util.JavaMailBean$Sender.run(JavaMailBean.java:110)
I allready put an valid user account on the config part. By the way the password field is allways empty on you form even if you entered a password an reopened the site again. Bute the value is stored right inside mysql table.
Yes, the password field is not sent every time (for security reasons).
Are you sure that your email server does not use some sort of encrypted connection (ssl), or makes POP before SMTP send (in this case the POP server parameters should be also specified)?
Please ask you system admin about the specific email server (SMTP and maybe POP) settings.