Skip to content

The script opens up Gmail using a browser A prompt should ask the user for his email id and password, post which the script should login to Gmail. 3. The next prompt should ask the user for the email address, subject and content and the script should send the email.

Notifications You must be signed in to change notification settings

raghukapur9/Gmail-Email-Sending-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gmail-Email-Sending-Scripts

1:- The script should opens up Gmail using a browser.

Uses Webbrowser library to open Gmail Login Page.

2:- A prompt asks the user for his email id and password

Used Tkinter library to create pop-ups for taking inputs.

3:- The script login's into Gmail

Uses smtplib library to login into the system

4:- The next prompt asks the user for the email address, subject and content

Tkinter pop up screen is used to fill out the details

5:- Script Sends out the mail

Uses smtplib library to send the mail to the desired destination

About

The script opens up Gmail using a browser A prompt should ask the user for his email id and password, post which the script should login to Gmail. 3. The next prompt should ask the user for the email address, subject and content and the script should send the email.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages