Google GMail SMTP,POP3 and IMAP and settings

Google GMail SMTP ,POP3 and IMAP and settings

 

Here I am going to sharing GMail 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

 

GMail SMTP with TLS Settings

To send emails by using GMail  server by using SMTP TLS protocol

SMTP Username: <Your GMail Username>
SMTP Password: <Your GMail Password>
SMTP Host Name: smtp.gmail.com
SMTP Port: 587
TLS Protocol: ON

 

GMail SMTP with SSL Settings

To send emails by using GMail  server by using SMTP SSL protocol

SMTP Username: <Your GMail Username>
SMTP Password: <Your GMail Password>
SMTP Host Name: smtp.gmail.com
SMTP Port: 465
SSL Protocol: ON

GMail IMAP Settings

To fetch emails from GMail by using IMAP protocol

IMAP Username: <Your GMail Username>
IMAP Password: <Your GMail Password>
IMAP Host Name: imap.gmail.com
IMAP Port: 993
Encryption: SSL

 

GMail POP3 Settings

To fetch emails from GMail server by using POP3 protocol

POP3 Username: <Your GMail Username>
POP3 Password: <Your GMail Password>
POP3 Host Name: pop.gmail.com
POP3 Port: 995
TLS Protocol: ON

 

Reference Links

Google SMTP and IMAP

 

 

Leave a Reply