Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 421 Bytes

File metadata and controls

15 lines (15 loc) · 421 Bytes

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:
  3. goto your sender gmail account
  4. goto setting
  5. manage google account
  6. search for less secure apps
  7. turn it on
  8. then run the program
  9. at last goto your reciever account
  10. refresh the app

tested in spyder IDE