|
$config['protocol'] = 'smtp';
$config['smtp_host'] = 'smtp.exmail.qq.com';
$config['smtp_user'] = '*********************';
$config['smtp_pass'] = '*********';
$config['smtp_port'] = 25;
$config['mailtype'] = 'html';
$config['charset'] = 'utf-8';
$config['wordwrap'] = false;
$config['crlf'] = "\r\n";
$config['newline'] = "\r\n"; |
|