I want to write code in python that sending email from gmail to gmail, after I searched the internet I saw that there is SMTP library and it using SMTP protocol.
I know that Gmail using HTTP and not SMTP.
Why we need to use SMTP protocol to send email from Gmail(HTTP) to another Gmail(Http)?