Mail ; public void SendEmail() { //設定smtp主機string smtpAddress = "smtp.gmail.com"; //設定Port int portNumber = 587; bool enableSSL = true; ...
確定! 回上一頁