MVC C# Mail Gönderim İşlemleri ( SMTP)

Blog Detay

MVC C# Mail Gönderim İşlemleri ( SMTP)
MVC C# Mail Gönderim İşlemleri ( SMTP)

MVC C# Mail Gönderim İşlemleri ( SMTP)

<blockquote> <p>Sayfa&nbsp;&nbsp;</p> <p>SmtpClient client = new SmtpClient();<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MailAddress from = new MailAddress(&quot;destek@dgn-yazilim.com&quot;);//nereden<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MailAddress to = new MailAddress(&quot;eray@dgn-yazilim.com&quot;);//nereye</p> <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MailMessage msg = new MailMessage(from, to);<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; msg.To.Add(mail);<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; msg.IsBodyHtml = true;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; msg.Subject = &quot;Konu&quot;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; msg.Body += selam; //burada başında gönderen kişinin mail adresi geliyor</p> <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; NetworkCredential info = new NetworkCredential(&quot;destek@dgn-yazilim.com&quot;, &quot;mail şifresi&quot;);<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client.Port = 587;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client.Host = &quot;mail.dgn-yazilim.com&quot;;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client.EnableSsl = false;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client.Credentials = info;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; client.Send(msg);</p> </blockquote>

Bunu paylaş
Logo Hal Tipi Fatura
LOGO TARİH BİLGİSİNİ INTEGER TÜRÜNE ÇEVİRME İŞLEMİ_INTTODATE_GetWebOrderDateInt
Yazar erydogan
1992 yılı İstanbul doğumluyum. "Beykent Üniversitesi/Bilgisayar Programcılığı" bölümü mezunuyum, 7 yılı aşkın süredir Logo firmasının üretmiş olduğu ERP ürünlerine teknik destek vermek üzere “Logo Erp Danışmanı/Sistem Uzmanı” olarak çalıştım. 2020 Şubat ayında yıllardır hayalini kurduğum "kendi işimi yapma" düşüncemi hayata geçirmek üzere DGN Yazılım firmasını kurdum. Ayrıca .Net C# (MVC) yazılım dilini kullanarak Web tabanlı/Mobil Uyumlu, Logo yazılım entegreli ya da tamamen bağımsız uygulamalar geliştiriyorum.

İlişkili Bloglar:

0 Yorum

Copyrights © 2020 All Rights Reserved by DGN Software.