smtp_set_server_addr("220.181.12.18");//smtp.163.com
smtp_set_auth("wjw890912@163.com","**************");//密碼和用戶名使用明文即可,系統(tǒng)自動(dòng)轉(zhuǎn)碼
smtp_send_mail("wjw890912@163.com", "wjw890912@163.com", "Reporter", "The MCU sent e-mail to here pass the SMTP", my_smtp_result_fn,0 );