A Python-based automation tool to send personalized cold outreach emails via Mailjet.
- Personalization: Dynamically inserts business names and emails into templates.
- Data Cleaning: Automatically cleans business names by stripping common delimiters like
|or-. - Environment Safety: Uses
.envfiles to keep API credentials secure.
- Python 3.x
- Mailjet Account and API Credentials
-
Clone the repository:
git clone <your-repo-url> cd MAILSTORM
-
Install Dependencies:
pip install mailjet_rest python-dotenv
-
Environment Variables: Create a
.envfile in the root directory and add your credentials:API_KEY=your_mailjet_api_key API_SECRET=your_mailjet_api_secret
-
Prepare Leads: Update the
leads_arrayinmain.pywith your extracted lead data.
Run the script:
python main.py