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.example.com', 'smtp_port': 25, 'username': 'username', 'password': 'password', 'from': 'username@example.com', 'display_from': 'account@97suifang.com', }