Quantcast
Channel: Asp.Net Mail Gönderme Problemi
Viewing all articles
Browse latest Browse all 8

Asp.Net Mail Gönderme Problemi

$
0
0

            MailMessage msg = new MailMessage();
            msg.From = new MailAddress("xxxx@xxx.com.tr","Şikayet ve Öneri");
            msg.To.Add("xxxx@xxx.com.tr");
            msg.Subject = "Görüş Ve Öneri";
            msg.Body = "Gönderen:" + " " + txtAd.Text + " " + txtSoyad.Text;
            msg.Body = "Gönderenin Mail Adresi:"+" "+txtMail.Text;
            msg.Body = "Mesajı:" + " " + txtGorus.Text;
            msg.IsBodyHtml = true;
            SmtpClient smtp = new SmtpClient("smtp.xxxx.com.tr",587);
            NetworkCredential BenimMail = new NetworkCredential("xxxx@xxx.com.tr", "xxxxx");
            smtp.UseDefaultCredentials = false;
            smtp.EnableSsl = false;
            smtp.Credentials = BenimMail;
            try
            {
                smtp.Send(msg);
                Response.Write(string.Format("<script>alert('Sayin {0} görüş ve öneriniz iletilmiştir. Teşekkür ederiz.')</script>",txtAd.Text + " " + txtSoyad.Text));
            }
            catch (Exception)
            {

                Response.Write("<script>alert('Beklenmeyen bir hata oluştu lütfen daha sonra tekrar deneyiniz..')</script>");
            }

Kodlarım burada Şöyle bir hata alıyorum sebebi nedir bilemedim. 

Kullanıcı yerel değil; lütfen başka bir yol deneyin. Sunucu yanıtı şöyleydi: This mail server requires authentication before sending mail from a locally hosted domain. Please reconfigure your mail client to authenticate before sending mail.

Mail server kontrol ettim portlarımda, mail adresimde ve şifremde bi sıkıntı yok.


Ali BULUT


Viewing all articles
Browse latest Browse all 8

Latest Images

Pangarap Quotes

Pangarap Quotes

Vimeo 10.7.0 by Vimeo.com, Inc.

Vimeo 10.7.0 by Vimeo.com, Inc.

HANGAD

HANGAD

MAKAKAALAM

MAKAKAALAM

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC

Trending Articles


Libros para colorear


Winx Club para colorear


Mandalas de flores para colorear


Dibujos para colorear de perros


Mariquitas para colorear


Gwapo Quotes : Babaero Quotes


Tagalog Quotes and More Love Quotes in Tagalog


Love Quotes Tagalog


RE: Mutton Pies (mely)


Ang Nobela sa “From Darna to ZsaZsa Zaturnnah: Desire and Fantasy, Essays on...





Latest Images

Pangarap Quotes

Pangarap Quotes

Vimeo 10.7.0 by Vimeo.com, Inc.

Vimeo 10.7.0 by Vimeo.com, Inc.

HANGAD

HANGAD

MAKAKAALAM

MAKAKAALAM

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC

Doodle Jump 3.11.30 by Lima Sky LLC