Skip to content

A python software that sends email throughout terminal so that you don't have to login to your Gmail.

License

Notifications You must be signed in to change notification settings

StarofV/Project-Mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-Mail

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.)

How to set-up?: Cd to the Project-Mail folder, and open creds.json as a text file.

You should see this:

{ 
	"login": {
		"email": "your email here",
		"password": "your password here"
	}
}

Put your email and password where it tells you to.

Your creds.json file should look like something like this:

{ 
	"login": {
		"email": "[email protected]",
		"password": "password123"
	}
}

Please note that you put your own information. That is just an example.

After that is complete, save the file and close it.

How to use?: Cd to the Project-Mail (if not there), and run this:

python3 main.py [email protected] 

Of course, change the "[email protected]" to the target email you are sending to. I.E [email protected].

After running, you should see this:

Input what to send for specified email(use quotation marks): 

Start writing your message, and press enter.

Make sure your message has quotation marks, else it would send an empty email.

An example:

Input what to send for specified email(use quotation marks: "Hello, world!"

IF you did everything right, you should see "Job has successfully finished."

About

A python software that sends email throughout terminal so that you don't have to login to your Gmail.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages