示例#1
0
 protected void btSave_Click(object sender, EventArgs e)
 {
     btc.SendMail("0", "" + txtSubject.Text + "," + txtProblems.Text + "," + txtFrom.Text + "  " + txtSchoolName.Text + " " + "  àºÍÃìâ·Ã  : " + txtTel.Text + " E-mail : " + txtEmail.Text + "");
     btc.Msg_Head(Img1, MsgHead, true, "10", 1);
 }