📅  最后修改于: 2022-03-11 14:49:02.641000             🧑  作者: Mango
msg = new MailMessage("xxxx@gmail.com",
"yyyy@gmail.com", "Message from PSSP System",
"This email sent by the PSSP system
" +
"this is bold text!");
msg.IsBodyHtml = true;