A python software that sends email throughout terminal so that you don't have to login to your Gmail everytime. (Note that this is only for Gmail, and any other domain.)
{
"login": {
"email": "your email here",
"password": "your password here"
}
}
{
"login": {
"email": "[email protected]",
"password": "password123"
}
}
python3 main.py [email protected]
Of course, change the "[email protected]" to the target email you are sending to. I.E [email protected].
Input what to send for specified email(use quotation marks):
Input what to send for specified email(use quotation marks: "Hello, world!"