https://github.com/sunilshetty07/send-image-from-gmail-using-python
Here I have written code for sending gmail using python extension smtplib
https://github.com/sunilshetty07/send-image-from-gmail-using-python
facerecognition opencv python python-extension smtplib
Last synced: 4 days ago
JSON representation
Here I have written code for sending gmail using python extension smtplib
- Host: GitHub
- URL: https://github.com/sunilshetty07/send-image-from-gmail-using-python
- Owner: sunilshetty07
- Created: 2020-02-12T09:48:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T19:37:37.000Z (about 6 years ago)
- Last Synced: 2023-10-20T06:02:21.894Z (over 2 years ago)
- Topics: facerecognition, opencv, python, python-extension, smtplib
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# send-image-from-gmail-using-python
Here I have written code for sending gmail using python extension using smtplib
# requirements:
1) smtplib
2) active internet connection
for sender account:
1) goto your sender gmail account
2) goto setting
3) manage google account
4) search for less secure apps
5) turn it on
6) then run the program
7) at last goto your reciever account
8) refresh the app
# tested in spyder IDE