onu biliyorum da gene olmuyor. eposta şifre kesinlikle doğru.
hata ne peki
quote:
Orijinalden alıntı: Gökşen PASLI
hata ne peki
Error Description: As a message is being received the SMTP service will resolve links in the message and check these against the configured blacklist. If the destination IP from the resolve is listed in a configured blacklist the message will be rejected with this error.
SmtpClient client = new SmtpClient("smtp.gmail.com");
client.Credentials = new NetworkCredential("mailadresin@gmail.com","şifren");
client.EnableSsl = true;
MailMessage mesaj = new MailMessage("mailadresin@gmail.com","gonderilecekMailAdresi");