/* 9. SMTP param setting. */
$_CFG['Mail']['SendParam']['Host'] = 'smtp.sina.com'; // The server to connect. Default is localhost
$_CFG['Mail']['SendParam']['SMTPAuth'] = true; // Whether or not to use SMTP authentication. Default is FALSE
$_CFG['Mail']['SendParam']['Username'] = 'issuesystem'; // The username to use for SMTP authentication.
$_CFG['Mail']['SendParam']['Password'] = '********'; // The password to use for SMTP authentication.