Skip to content

chiehwenchen/Send-Email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Send-Email

Gmail setup

1. Open Gmail

2. Click "Setting" on top right

3. Click "Forwarding and POP/IMAP"

4. In the "IMAP Access" section, select Enable IMAP

5. "Save Change"

Python server and post setup

  • Incoming Mail (IMAP) Server: imap.gmail.com -- Port: 993 -- Requires SSL
  • Outgoing Mail (SMTP) Server: smtp.gmail.com -- Port for SSL: 465, port for TLS/STARTTLS: 587 -- Requires SSL/TLS/Authentication

About

send google mail by python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published