MailPulse — Marketing Bulk Email

Leads & clients ki personalized marketing emails — campaigns, outreach, promotions

1

Campaign & SMTP Settings

Gmail: Security → 2-Step Verification ONApp Password generate cheyandi.
@gmail.com personal account ki DNS setup avasaram ledu — Google SPF/DKIM handle chestundi.
Custom domain (@yourtemple.org) use chesthe Google Workspace + SPF, DKIM, DMARC setup cheyandi.
Emails pampadaniki localhost (python server.py) use cheyandi — Vercel kante inbox rate ba untundi.
2

Email Template

✨ AI tho Subject + Body Generate (Gemini)
[COMPANY_NAME] [CONTACT_NAME] [FIRST_NAME] [CITY] [STATE] [INDUSTRY] [YOUR NAME] [YOUR COMPANY] [YOUR WEBSITE]
3

Lead / Contact List

Excel or CSV upload cheyandi. Columns: Company Name, Contact Name, City, State, Industry, Phone, Email
📊

Click or drag Excel / CSV file

leads.xlsx or contacts.csv

4

Attachment & Send Speed

Resume / PDF attach cheyandi (first test lo OFF pettandi — spam taggutundi)
📎

Click or drag marketing material

PDF, Word, PowerPoint, Image

12s
Spam avoid checklist:
• Delay 10–15 seconds (bot behavior taggutundi)
• Day 1: 5–10 emails matrame — account warm-up
• Contact list lo Contact Name fill cheyandi (empty unte auto fallback)
• Test emails kuda real subject + body tho pampandi — "Test" subject vadakandi
• First email lo attachment OFF — follow-up lo resume attach cheyandi
Gmail limit ~500/day. Permission unna contacts ki matrame mail cheyandi.
5

Export & Launch Campaign

Send Emails Nowpython server.py or Start MailPulse.bat run chesi http://localhost:8765 open cheyandi (Vercel live site kante deliverability ba untundi).
Mundu Dry Run Preview → tarvata 1–2 test emails me own inbox ki pampi spam check cheyandi.
Preview 0%
0
Total
0
Ready
0
No Email
0
Left
6

Advanced — Python Script tho Send (optional)

Normal ga Send Emails Now button chalu. Ee commands optional — terminal nunchi send cheyali anukunte matrame.
# Local server (PC lo run cheyadaniki) python server.py # or double-click "Start MailPulse.bat" # Python script tho emails send (Export Package tarvata) pip install -r requirements-local.txt python send_marketing_emails.py --dry-run # test python send_marketing_emails.py # real send # Vercel deploy update cheyadaniki npx vercel --prod