// SMTP server Configuration ("localhost" is enough in the most cases)
$g_smtp_host = 'smtp.126.com'; # SMTP server MUST BE configured
# Configure using custom_config.inc.php
$g_tl_admin_email = ''XXX@126.com; # for problem/error notification
$g_from_email = 'XXX@126.com'; # email sender
$g_return_path_email = 'XXX@126.com';