Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: fromaddress = 'kbaprogrammerstest@gmail.com' toaddress = email message = 'The sensor has detected a change in heat within your facilty' username = 'kbaprogrammerstest@gmail.com' password = 'passwordkba' server = smtplib.SMTP('smtp.gmail.com:587') server.ehlo() server.startls() server.login(username, password) server.sendmail(fromad Source: http://pastebin.com/raw.php?i=fSqyE7fb
↧