Skip to content

Commit 02ab8b3

Browse files
authored
Updated Readme.md File
1 parent d3f7544 commit 02ab8b3

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Sending-Emails/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Sending Email
2+
3+
## Description
4+
This snippet of code will send emails from your account to one or multiple accounts.
5+
6+
## Requirements
7+
8+
`$ pip install emails`
9+
10+
`$ pip install secure-smtplib`
11+
12+
## Steps To Execution
13+
- First of all you need to Enable Less Secure app access from your sending email account. [(Click Here for reference !!)](https://youtu.be/Ee7PDsbfOUI)
14+
- Fork this repo and navigate to Sending-Email folder
15+
- Open code.py in any text/code editor
16+
- Write necessary modification in code like your mail-id , password , reciever's mail id , send file name etc..
17+
- Run this code.py `$ python code.py`
18+
- Check if reciever got the mails or not !!!
19+
20+
## Extra
21+
- Note that you can send emails to multiple accounts by adding [email1,email2.email3,..,emailN] to (TO:) section in code.
22+
- I have aaded HTML using add_alternative, so it will work for sending emails using html formats.
23+
- I have also added add_attachments so that you can send files with email
24+
- Those who don't want any functionality, fill free to comment out that portion of code.

Sending-Emails/Readme.md

Whitespace-only changes.

0 commit comments

Comments
 (0)