标签: javascript
原始Java代码如下,
Session.getDefaultInstance(mailProperties, new Authenticator(){ protected PasswordAuthentication getPasswordAuthentication() { return new PasswordAuthentication(smtp_user, smtp_pass); }});
需要进行哪些修改才能使其与Rhino Javascript一起使用?