using var client = new MailKit.Net.Mail.SmtpClient(); await client.ConnectAsync("smtp.gmail.com", 587, true).ConfigureAwait(true); client.
確定! 回上一頁