How to send emails notifications from email service container using gmail service.
1. Open email service container properties and add below properties in email tab.
2. Add below parameters in jre configuration tab of email service container and save it.
-Dmail.smtp.auth=true
-Dmail.smtps.auth=true
-Dmail.smtprops.port=465
-Dmail.smtp.starttls.enable=true
-Dmail.smtp.socketFactory.port=465
-Dmail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
-Dmail.smtp.socketFactory.fallback=false
3. Set email profile thru service test tool as shown below with your email id and credentials.
4. Test send email operation functionality thru service test tool…
Regards,
Sumit




No comments:
Post a Comment