"is their a built in function in
jsp?"
There isn't a built in function in
jsp,but you can sue
javamil .
Give you some sample code
- Code: Select all
Properties props = System.getProperties();
props.put("mail.smtp.host", host);
props.put("mail.smtp.auth","true");
// Setup mail server
Authenticator auth = new MyAuthenticator();
Session session = Session.getDefaultInstance(props, auth);