Skip to content

Script For Sending Emails Using Python, you can Integrate it with your (Flask ,Django ,Fast API) Projects

Notifications You must be signed in to change notification settings

med-mahdi/Send-Email-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Send-Email-Python

Script For Sending Emails Using Python, you can Integrate it with your (Flask,Django,Fast API) Projects

Create & use app passwords

Important: To create an app password, you need 2-Step Verification on your Google Account. If you use 2-Step-Verification and get a "password incorrect" error when you sign in, you can try to use an app password.

> Go to your Google Account.

> Select Security.

> Under "Signing in to Google," select 2-Step Verification.

> At the bottom of the page, select App passwords.

> Enter a name that helps you remember where you’ll use the app password.

> Select Generate.

> To enter the app password, follow the instructions on your screen. The app password is the 16-character code that generates on your device.

> Select Done.

If you’ve set up 2-Step Verification but can’t find the option to add an app password, it might be because: Your Google Account has 2-Step Verification set up only for security keys. You’re logged into a work, school, or another organization account. Your Google Account has Advanced Protection.

Replace The Generated Password on email_password variable

email_password = "generate password"

Replace The email_sender With your Actual Account

replace it with the actual account you used to generate the app password

Replace The email_receiver With the Account you want to send Email To:

> use https://temp-mail.org/en/ To Get a Temporary Email (Testing):

Run Your Project

About

Script For Sending Emails Using Python, you can Integrate it with your (Flask ,Django ,Fast API) Projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages