To regularly send one message to a group of clients — three options. Each fits different needs.
\n
1. cPanel Mailing List (for the team)
\n
Good for internal lists: team@yourdomain.tj goes to all staff.
\n
- cPanel → Email → Mailing Lists
- Create Mailing List → name, domain, admin password
- In the admin (link from cPanel) add subscribers and set permissions
\n
Limit: 200 emails/hour from one account — fine for a team of ~30, not for a large mailout.
\n
2. External service (for marketing)
\n
For mailouts > 100 recipients better use a SaaS:
\n
- Mailchimp — up to 500 contacts free
- SendGrid — 100 emails/day free
- Brevo (Sendinblue) — 300 emails/day free
\n
They take care of ban risks: clean IPs, deliverability, proper unsubscribe legally.
\n
3. Your own SMTP server
\n
For thousands of emails — VPS + Postfix/Mailcow + good IP reputation. Hard but cheap.
\n
Important for any mailout
\n
- Recipients must opt in explicitly (double opt-in) — otherwise you’ll hit blacklists
- Every email — a working unsubscribe link
- Don’t send more than once a week
- Clean the list — remove bad addresses (bounces)
- Comply with GDPR / local laws on personal data
