import smtplib
smtp_server = "smtp.gmail.com"
port = 587
username = "abdrbbeh@gmail.com"
password = "gnizfzddloegooni"
print(0)
server = smtplib.SMTP(smtp_server, port)
server.starttls()
print(0)
server.login(username, password)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: