Microsoft Office365 SMTP, POP3 and IMAP Settings

Microsoft Office365 SMTP, POP3 and IMAP settings

 

Here I am going to sharing Microsoft Office365 SMTP, POP3 and IMAP Settings to connect from any programming language to send email and fetch email from inbox by using different type of protocol

 

SMTP Settings

To send emails by using Microsoft Office365 exchange SMTP server

SMTP Username: <Your Office365 Username>
SMTP Password: <Your Office365 Password>
SMTP Host Name: smtp.office365.com
SMTP Port: 587
SSL Protocol: OFF
TLS Protocol: ON

 

IMAP Settings

To fetch emails from office365 by using  IMAP protocol

IMAP Username: <Your Office365 Username>
IMAP Password: <Your Office365 Password>
IMAP Host Name: outlook.office365.com
IMAP Port: 993
Encryption: SSL

 

POP3 Settings

To fetch emails from office365 server by using POP3 protocol

POP3 Username: <Your Office365 Username>
POP3 Password: <Your Office365 Password>
POP3 Host Name: outlook.office365.com
POP3 Port: 995
TLS Protocol: ON

 

Office365-Server-Details

Office365-Server-Details

 

 

 

Leave a Reply