me. win ลองทำตามเว็บที่คุณ บอกแล้วน่ะค่ะ แต่ยังติด error มันแจ้งว่า
The "SendUsing" configuration value is invalid.
ตรงบันทัด 49 ค่ะ
Line 47: myMail.Body = dtb.Rows[0]["password"].ToString() ;
Line 48: //SmtpMail.SmtpServer = "stmp.hotmail.com";
Line 49: SmtpMail.Send(myMail);
Line 50: myMail = null;
Line 51: