1.3k views
by (160 points)
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

 

1 Answer

0 votes
by (2.5k points)

Thank you for escalating your problem. 

You are probably attempting to use port 25 to deliver mail.  You will need to connect on port 587, so make sure contype in database is SSL and port is 587.

If this doesn't resolve the issue we can schedule a Skype call to provide proper solution. Our Skype ID is Kaldin.Support.

Thanks,
 
Kaldin Support Team,
Phone: +1 (303) 500-8025 (USA)
Skype: Kaldin.Support
 
  

Categories

...