so looking at line 31:
final String password = properties.getProperty("password");

that might mean the password should be passed as:
p.put("password", "smtppassword"); 

and it is not necessary to pass an Authenticator with
PasswordAuthentication?



--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Reply via email to