# someday this will execute by someone using eval
import smtplib
s = smtplib.SMTP('localhost')
s.sendmail("a@b.com",["x@y.com"],"\neval!")
Post
September 19, 2017
September 19, 2017
# someday this will execute by someone using eval
import smtplib
s = smtplib.SMTP('localhost')
s.sendmail("a@b.com",["x@y.com"],"\neval!")