Skip to content

Commit da94536

Browse files
[Update] README.md
1 parent 952430d commit da94536

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

0x20-AutomatedMailing/README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
# Automated Mailing
22

3-
## 🛠️ Description
3+
## Description
44

55
This code helps automate the process of sending mail to large audience.It takes email addresses stored in the CSV file.
66

7-
## ⚙️ Languages or Frameworks Used
7+
## Languages or Frameworks Used
88

99
Modules required are `os` , `email.mime` , `smtplib` , `pandas`.
1010

1111
These are listed in `requirements.txt` . USe the below command to install these dependencies.
1212

1313
```pip install requirements.txt```
1414

15-
## 🌟 How to run
15+
## How to run
1616

1717
- Update the `from_addr` and `pd.read_csv("filepath")`
1818
- Assign `email` with your email-id & `password` with your e-mail password.
1919
- Run script
2020

21-
22-
## 🤖 Author
23-
24-
[Pradhyuman Arora](https://github.com/pradhyumanarora)

0 commit comments

Comments
 (0)