Hello Guys
I am writting blog about configure office365 email in liferay.
Following are the office365 configuration details :
SMTP Setting :
Server name: smtp.office365.com
Port: 587
Encryption method: TLS
Follow below steps to configure office365 in liferay :
Step :1 Login as administrator and click on control panel.
Step :2 Click on mail under server administration.
Step 3: Fill below option under SMTP :
Outgoing SMTP Server : smtp.office365.com
Outgoing Port : 587
User Name : EmailAddress
Password : EmailPassword
Use a Secure Network Connection : Mark uncheck(We need to use TLS)
Define below property in portal-ext.properties to enable TLS :
mail.session.mail.smtp.starttls.enable=true
1 Comment(s)