In this session, am explained How to Enable Email Validation In OpenIDM. This means that while user registration we can validate the entered email address correct or not by sending the account activation link to entered email address then the user should open the inbox and then click on the account activation link to an […]
Tag: email
How to send a mail using java Office365 SMTP server
How to send a mail using java Office365 SMTP server In this article, I am going to show How to send a mail using java Office365 SMTP server, Office365 SMTP server details and how to connect Office365 from java Pre-Requisites java 1.8 Eclipse Java Mail API Office365 Connection Properties String USERNAME = “[email protected]”; String PASSWORD […]