私の WinForms C# プログラムは電子メールを送信します。と を使用MailMessage
しましSmtpClient
た。Iのコンストラクターでポート587SmtpClient
を渡しました。smtp.gmail.com
これは私の友人のコンピューターで動作していますが、試してみると次のエラーが発生します。
System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: The remote name could not be resolved: 'smtp.gmail.com'
System.Net.Mail.SmtpException: Operation Timed out
このエラーを修正するにはどうすればよいですか? なぜ私のコンピュータに固有なのですか?
If i use port 25 i get exception : Operation Timed out
If i use port 587 i get exception : The remote name could not be resolved: 'smtp.gmail.com'
if i use port 465 i get exception : Operation Timed out