Metadata-Version: 2.1
Name: mailblaster
Version: 0.0.3
Summary: Send many emails from many accounts
Home-page: https://github.com/prim4t/mailblaster
Author: prim4t
Author-email: python@prim4t.art
Description-Content-Type: text/markdown
License-File: LICENSE


<img src="mailblaster_thumbnail.jpg" width="200" />
<pre>
 █▄ ▄█ ▄▀▄ █ █   ██▄ █   ▄▀▄ ▄▀▀ ▀█▀ ██▀ █▀▄ 
 █ ▀ █ █▀█ █ █▄▄ █▄█ █▄▄ █▀█ ▄██  █  █▄▄ █▀▄ 
    Send many emails from many accounts      
</pre>

1. Download this repo
```
git clone https://github.com/prim4t/mailblaster.git
```
2. go to mailblaster/mailblaster
```
cd mailblaster/mailblaster
```
3. add your Email creddentials in mailblaster/mailblaster/sender.txt
4. add recepients in mailblaster/mailblaster/recipient.txt
5. Run the script mailblaster/mailplaster/mailblaster.py
```
python3 mailblaster.py
```
