Even after implementing the same, Issue still persist. Email not going and exception is there on tomcat.
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS comma
nd first. ro14sm37166569pab.32 - gsmtp
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(Unknown Source)
at com.sun.mail.smtp.SMTPTransport.mailFrom(Unknown Source)
at com.sun.mail.smtp.SMTPTransport.sendMessage(Unknown Source)
at javax.mail.Transport.send0(Unknown Source)
at javax.mail.Transport.send(Unknown Source)
at com.kaldin.common.util.MailSend.sendMail(MailSend.java:225)
at com.kaldin.test.scheduletest.action.SendMailAction.execute(SendMailAc
tion.java:116)
at org.apache.struts.action.RequestProcessor.processActionPerform(Reques