當我嘗試與使用Gmail VB.Net或C#我不斷收到以下消息發送電子郵件:不發送電子郵件 - 試圖訪問一個插座以其訪問權限禁止的方式 - 無法訪問遠程服務器。 我一直在使用Gmail的幾個帳戶嘗試包括在過去的工作VB.Net代碼,如下所示:與Gmail和C#發送電子郵件/ VB.Net不再起作用
Message = New MailMessage(Sender, Recipient, Subject, MessageBody)
SMTPServer = New SmtpClient("smtp.gmail.com", 587)'Port 465 fails as well
SMTPServer.EnableSsl = True
SMTPServer.Credentials = New NetworkCredential("[email protected]", "password")
SMTPServer.Send(Message)
(據我所知,在web.config可用於很多以上)。
顯然Gmail中必須更改了某些設置或類似的東西?
關閉防火牆並重試。 – Jashwant 2012-01-28 10:56:24
我試圖關閉防火牆,但沒有任何區別。 – Lee 2012-01-28 11:05:35