Skip to content

Instantly share code, notes, and snippets.

@CharlieYe0205
Last active June 19, 2019 00:54
Show Gist options
  • Save CharlieYe0205/4ae3ff4fd6454c833292bd5f2de2802b to your computer and use it in GitHub Desktop.
Save CharlieYe0205/4ae3ff4fd6454c833292bd5f2de2802b to your computer and use it in GitHub Desktop.
SMTP Settings

Gmail

address: 			smtp.gmail.com
domain:				gmail.com
port:				587
username:			gmail account
password:			gmail password
authentication:		plain
ssl					false
  1. need to allow less secure apps from here
  2. need to do the authentication on new server or devise from here

QQ Business Mail

address: 			smtp.exmail.qq.com
domain:				qq.com
port:				465
username:			qq business mail account
password:			qq business mail password or authentication token
authentication:		login
ssl					true
  1. need to setup wechat account first then create an authentication token. Steps: here
Happy Coding ^_^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment