We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 952430d commit da94536Copy full SHA for da94536
1 file changed
0x20-AutomatedMailing/README.md
@@ -1,24 +1,20 @@
1
# Automated Mailing
2
3
-## 🛠️ Description
+## Description
4
5
This code helps automate the process of sending mail to large audience.It takes email addresses stored in the CSV file.
6
7
-## ⚙️ Languages or Frameworks Used
+## Languages or Frameworks Used
8
9
Modules required are `os` , `email.mime` , `smtplib` , `pandas`.
10
11
These are listed in `requirements.txt` . USe the below command to install these dependencies.
12
13
```pip install requirements.txt```
14
15
-## 🌟 How to run
+## How to run
16
17
- Update the `from_addr` and `pd.read_csv("filepath")`
18
- Assign `email` with your email-id & `password` with your e-mail password.
19
- Run script
20
21
-
22
-## 🤖 Author
23
24
-[Pradhyuman Arora](https://github.com/pradhyumanarora)
0 commit comments