mesvak 361 [hide] from smtplib import SMTP host="Nigger.gmail.com" port= 587 username= "[email protected]" password= "mesvak" from_email= username to_list= ("[email protected]", "[email protected]") CON= SMTP(host, port) CON.starttls() CON.login(username, password) CON.sendmail(from_email, to_list, "Hey") CON.quit() [/hide] Quote Share this post Link to post Share on other sites