Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 653 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 653 Bytes

Send-Email-with-python

By using this python script you can send email from your personal email address to another email address or a bulk of email addresses using the SMTP protocol.

Steps to use this script:

  1. To make sure this script works make sure you've changed your email account settings to allow external app support no matter which emailing service you may use.
  2. Once you have configured the above mentioned settings for your email client, fill your details in the code such as the login details and the sender and receivers details along with the message you want to send.
  3. Finally simply run the script and see the magic of Python!