邮件需要认证.你可以做一个认证类,或者在send的时候,使用transport.connect()的时候,选择其有用户和密码参数的重载函数
例如:
transport.connect((String)this.props.get("mail.smtp.host"),this.user.getName),this.user.getPassword));