Open-source Email & SMS marketing
który hostujesz u siebie
Pełna kontrola nad danymi, gotowe integracje, AI do tworzenia treści, automatyzacje i webhooks. Postaw w Dockerze w 5 minut.

AI Campaign Architect
Strategiczny planer kampanii Email + SMS, który układa plan, logikę i prognozy — zanim wyślesz pierwszą wiadomość.
Kontekst biznesu → Audience → Strategia AI → Prognoza i eksport
Timeline wiadomości, cele (edukacja/sprzedaż/reminder) i logika IF/THEN
Benchmarki branżowe + suwaki, które przeliczają ROI w czasie rzeczywistym

Dlaczego NetSendo?
Stworzone dla deweloperów, którzy chcą kontroli, prywatności i elastyczności bez rezygnowania z nowoczesnych funkcji.
Jak to działa
Wdróż w Dockerze
Uruchom docker compose up. NetSendo startuje w kilka sekund z wliczonym Postgres i Redis.
Dodaj skrzynkę
Podłącz swój serwer SMTP, Gmail lub dostawcę API jak SendGrid/Mailgun.
Zaplanuj i uruchom
Zaprojektuj strategię kampanii w Campaign Architect, eksportuj do kampanii i uruchom.
Niech AI napisze twoje
kampanie w sekundy
Przestań patrzeć na pusty ekran. Asystent NetSendo może generować angażujące tematy, pisać pełne treści e-maili, a nawet używać dyktowania głosowego.
Wsparcie wielu modeli
Użyj OpenAI GPT-4o, Anthropic Claude 3.5 lub Google Gemini. Twój klucz API, twoje zasady.
Dyktowanie głosowe
Po prostu wypowiedz swoje pomysły. AI transkrybuje i sformatuje je w profesjonalny newsletter.

┌─────────────────┐ STDIO ┌─────────────────┐
│ Claude/Cursor │ ◄────────────► │ MCP Server │
│ (AI Client) │ │ (Docker/npx) │
└─────────────────┘ └────────┬────────┘
│
HTTP/S
│
┌────────▼────────┐
│ NetSendo │
│ (Your inst.) │
└─────────────────┘Wspierani klienci AI
Przykładowe zapytanie
"Pokaż moje listy mailingowe i dodaj nowego subskrybenta jan@example.com do Newslettera"
Zarządzaj NetSendo
językiem naturalnym
Połącz Claude, Cursor lub VS Code ze swoją instancją NetSendo. Zadawaj pytania, zarządzaj subskrybentami i wysyłaj wiadomości — wszystko przez rozmowę z AI.
Język naturalny
Pytaj 'Ilu mam subskrybentów?' lub 'Wyślij e-maila do Jana'.
Bez kodu
Nie musisz znać API — AI zrobi to za Ciebie.
W czasie rzeczywistym
Bezpośrednie operacje na Twojej instancji NetSendo.
Sprawdź NetSendo na żywo
Nie wierz nam na słowo. Zaloguj się do naszej wersji demo i poznaj możliwości platformy z pierwszej ręki.
To jest publiczna wersja demo. Dane są resetowane co 24 godziny.
Połącz ze swoimi narzędziami
NetSendo świetnie współpracuje z narzędziami, których już używasz. Orkiestruj workflowy z n8n i podłącz dowolny model AI.
Ostatnie aktualizacje
Zobacz wszystkie wydania- IMAP Bounce Mailbox Monitor:
- Automatic Bounce Detection: New system that monitors a dedicated IMAP mailbox for bounce-back emails (DSN — Delivery Status Notifications) and automatically marks subscribers as bounced. Designed for users sending via custom SMTP providers where webhook-based bounce handling is not available.
- BounceMailboxService: Connects to IMAP mailboxes using webklex/php-imap (pure PHP, no ext-imap required), parses RFC 3464 DSN messages, classifies bounces as hard (5.1.x, 5.2.x, 5.5.x) or soft (4.x.x), and processes them via the shared BounceProcessingService.
- BounceProcessingService: Extracted shared bounce processing logic from BounceController into a reusable service. Handles marking subscribers as bounced (hard bounces or soft bounces exceeding threshold) and dispatching EmailBounced events. Used by webhooks, IMAP scanner, and inline SMTP detection.
- Inline SMTP Error Detection: SendEmailJob now catches synchronous SMTP rejections (5xx hard bounces, 4xx soft bounces) during sending and processes them immediately via BounceProcessingService, without waiting for the IMAP scan.
- Return-Path Header: When bounce monitoring is enabled, outgoing emails automatically include a Return-Path header pointing to the configured bounce mailbox, ensuring DSN replies are routed correctly. Supported in both SmtpProvider and NmiProvider.
- Pixel — Double Page View Counting (WordPress Plugin):
- Removed netsendo_wp_track_page_view() function and its wp_footer hook from the WordPress plugin. The NetSendo Pixel JavaScript already tracks page views automatically on initialization — the redundant PHP hook was causing every visit to be counted twice.
- Pixel — Engagement Events Misreported as Page Views:
- Fixed trackTimeOnPage() sending page_view event type instead of a dedicated engagement event. This was further inflating page view counts with time-on-page/scroll-depth data. Renamed to trackEngagement() and changed event type to engagement.
- Autoresponder Queue — Missing SubscriberSignedUp Events:
- Fixed autoresponder messages not being queued for subscribers added to lists through automations, tracked link clicks, webinar registration, subscriber preferences, CardIntel, form co-registration, resubscribe links, and CSV import. Root cause: these 10 code paths added subscribers to lists without dispatching the SubscriberSignedUp event, which is the sole trigger forCreateAutoresponderQueueEntries listener. All paths now correctly dispatch the event with unique source labels for traceability.
- Brain — Full Automation Management (SegmentationAgent):
- 5 New Executors: create_automation (creates AutomationRule with trigger, actions, conditions, rate limiting), update_automation (modifies any fields), toggle_automation (enable/disable), delete_automation (with system rule protection), list_automations (full list with stats and execution counts).
- Enriched AI Context: Plan prompt now includes all 30+ available trigger events, 18 action types, 15+ condition types, and the user's existing automations — enabling AI to make informed automation decisions.
- Validation: Trigger event validation, empty actions check, system rule deletion protection.
- Brain — A/B Test Management (CampaignAgent):
- 3 New Executors: create_ab_test (creates AbTest + AbTestVariant records with type, sample %, auto-winner, up to 5 variants), check_ab_results (displays per-variant open rate, click rate, CTOR with winner determination), list_ab_tests (lists all tests with status, type, metric, and winner).

