Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: lic SMTPSend() { } public void msgSafe() { String number = textField_1.getText(); String gateway = (String)comboBox_1.getSelectedItem(); // alternatively tried .toString() String username = "email@gmail.com"; String password = "password"; String smtphost = "smtp.gmail.com"; String compression = "subject"; String from = "email@gmail.com"; String to = number + gateway; // where number is […]
↧