REP-50152: Must issue a STARTTLS command first. 144-v6sm9729133wma.45 - gsmtp[[
I am using Oracle Reports
My log files shows this error.
REP-50152 : An error occurred while sending mail: 530 5.7.0 Must issue a STARTTLS command first. 144-v6sm9729133wma.45 - gsmtp[[
And here is my rwServer.conf File's portion
<pluginParam name="mailServer" value="smtp.gmail.com">
<property name="enableSSL" value="yes"/>
<property name="mail.smtp.starttls.enable" value="yes"/>
<!--UserName and Password that can be used to connect to the mail server-->
<property name="mailUserName" value="Usermailid@gmail.com"/>
<property name="mailPassword" value="**Userpasworkd"/>
</pluginParam>
When I try to send email from simple mail server like Mail.Domainname.com it's working fine. But when I try to send email using SMTP.GMAIL.COM it's giving above error.