aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/mail_settings.py
blob: 268b664baa908d3a7dfb61c05b1bb9ee4f81c2a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# -*- coding: utf-8 -*-

## smtp settings to send email
SF_EMAIL = {
    'smtp_host': 'smtp.126.com',
    'smtp_port': 25,
    'username': 'isuifang@126.com',
    'password': '97suifang123',
    'from': 'isuifang@126.com',
    'display_from': 'account@yishidai.org',
}