Skip to content

Python code to automate the tedious task of sending emails to people.

License

Notifications You must be signed in to change notification settings

benjysboxers/email-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

email-automation

Python code to automate the tedious task of sending emails to people. Made with smtplib for sending email automation and ssl for encryption and authentication

How it works: First, go to your Google account, nd on the left panel select the option “Security.” image

From there select the 2-step verification option: image

After this, we’ll see a new page. We have to click on “Get Started”

Google will ask to log in again. Then we have to input our phone number, and click on “Next.” We’ll get a code to verify our phone number. After we introduce the code, You should see the following page: image

If everything was set up correctly, you'llsee a new page with the message "2-Step Verification is On"

Once you are logged in again, you should see the App Passwords under the same page and it looks like this: image In the “Select app” dropdown, select “Other (Custom name)” and type any name you want. I’ll name mine “encrypt" and then click on "generate"

After this, you should see a new page with the 16-charachter password inside a yellow box as show below: image

It’s all set! this 16 character password will be used to log into your email via the python code.

About

Python code to automate the tedious task of sending emails to people.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages