Detected 1 occurrence(s) of ‘default\s*credentials': h google via my Application"; var smtp = new SmtpClient { Host = "smtp.gmail.com", Port = 587, DeliveryMethod = SmtpDeliveryMethod.Network, UseDefaultCredentials = false, Credentials = new System.Net.NetworkCredential("hekpoc@gmail.com", fromPassword), EnableSsl = true //ClientCertificates = }; smtp.S Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': entArgs e) { try { var fromAddress = new MailAddress("hekpoc@gmail.com", […]
↧