FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python/mail_config.py at master · NickYangT/python · GitHub
NickYangT
/
python
Public
forked from
zhanghe06/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python
/
mail_config.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (11 loc) · 323 Bytes
Breadcrumbs
python
/
mail_config.py
Copy path
File metadata and controls
12 lines (11 loc) · 323 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
# coding=utf-8
__author__
=
'zhanghe'
# Email地址和口令:
from_email_name
=
u'管理中心'
from_email
=
'xxxxxx@163.com'
password
=
'xxxxxx'
# SMTP服务器地址:
smtp_server
=
'smtp.163.com'
# 收件人地址(仅显示,可以不是实际地址):
to_email_name
=
u'尊敬的用户'
to_email
=
'xxxxxx@163.com'
Back
|
FazBrowse Home
|
New Git URL