//Gmial 的smtp 使用SSL MySmtp.EnableSsl = true; //發送Email //MySmtp.Send("", "", "C# Gmail發信測試", "文件內容"); MySmtp.Send(msg);
確定! 回上一頁