Author: martindix
Subject: C# ile Mail Gönderme Sorunu ve İp den Pc Adı
Posted: 25 Temmuz 2016 at 23:55
2. soru için mesaj.To.Add(new MailAddress("alıcı@gmail"));
add metodu sadece string değer istiyor.
mesaj.To.Add("alıcı@gmail");
Subject: C# ile Mail Gönderme Sorunu ve İp den Pc Adı
Posted: 25 Temmuz 2016 at 23:55
2. soru için mesaj.To.Add(new MailAddress("alıcı@gmail"));
add metodu sadece string değer istiyor.
mesaj.To.Add("alıcı@gmail");