سلاام عسیسم
مرسی بابت توجه و راهنماییت
من نوشتم:
//Mail a message
System.Net.Mail.MailMessage msg = new System.Net.Mail.MailMessage();
msg.From = new System.Net.Mail.MailAddress("samadivajihe@yahoo.com", "The administrator");
msg.To.Add(new System.Net.Mail.MailAddress("dehghani_raha@yahoo.com"));
msg.Body = "welcome to the world!";
msg.Subject = "New User Registration";
msg.IsBodyHtml = true;
System.Net.Mail.SmtpClient mailClient = new System.Net.Mail.SmtpClient("localhost");
mailClient.Send(msg);
و این پیغام خطا رو میده:
Mailbox unavailable. The server response was: 5.7.1 Unable to relay for
dehghani_raha@yahoo.com
ممنون میشم بازم راهنماییم کنی