Error in sending email using commons-email-1.3
问题 While sending email I am getting the following errors using commons-email-1.3. I have downloaded and added external jar's to the project. Please help me fix this problem! package mypkg; import org.apache.commons.mail.DefaultAuthenticator; import org.apache.commons.mail.Email; import org.apache.commons.mail.SimpleEmail; public class sendingmail { public static void main(String[] args) throws Exception { Email email = new SimpleEmail(); email.setSmtpPort(587); email.setAuthenticator(new