public static void MailGonder(string from, string to, string bcc, string cc, string subject, string body)
{
System.Net.Mail.MailMessage mMailMessage = new System.Net.Mail.MailMessage();
mMailMessage.From = new System.Net.Mail.MailAddress(from);mMailMess...
[Fazlası]
1 kişi tarafından 5.0 olarak değerlendirildi
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5