NetSendo Logo
v2.0.5- IMAP Bounce Mailbox Monitor:

Open-Source E-Mail & SMS Marketing selbst gehostet

Volle Datenkontrolle, fertige Integrationen, KI-gesteuerte Inhalte, Automatisierung und Webhooks. In 5 Minuten mit Docker eingerichtet.

NetSendo Dashboard
NEU • KI-Modul

AI Campaign Architect

Strategischer E-Mail + SMS Kampagnenplaner, der Plan, Logik und Prognosen erstellt — bevor du die erste Nachricht sendest.

4-Schritte-Wizard

Geschäftskontext → Zielgruppe → KI-Strategie → Prognose & Export

Kampagnen-Blueprint

Nachrichten-Timeline, Ziele (Education/Sales/Reminder) und IF/THEN-Logik

ROI-Prognose

Branchen-Benchmarks + Schieberegler für Echtzeit-ROI-Berechnung

Empfohlene Nachrichtenanzahl und Kanäle (E-Mail/SMS)
Zeitplan und Timing-Optimierung
Segmentierung (Leads vs Kunden, aktiv vs inaktiv)
Verhaltenslogik (geöffnet / geklickt / gekauft)
AI Campaign Architect Dashboard
Neue Tabellen: campaign_plans, campaign_plan_steps
Export: Entwürfe / Geplant
12 Sprachen für Generierung
DE/EN Übersetzungen

Warum NetSendo?

Entwickelt für Entwickler, die Kontrolle, Datenschutz und Flexibilität wollen, ohne auf moderne Funktionen zu verzichten.

Campaign Architect
KI-gestützter strategischer Planer. Entwirf Kampagnenabläufe, Segmente, IF/THEN-Logik und prognostiziere ROI.
Self-hosted / Docker
Behalte deine Daten privat. Einfache Installation auf eigenen Servern mit Docker Compose.
E-Mail & SMS Marketing
Eine Plattform für beide Kanäle. Sende Kampagnen, Newsletter und Transaktionsnachrichten.
KI-Assistent
Erstelle Betreffzeilen und E-Mail-Inhalte mit KI. Unterstützt OpenAI, Anthropic und lokale Modelle.
Webhooks & API
Echtzeit-Event-Auslöser. Erstelle eigene Automatisierungen mit umfassendem API-Zugriff.
Open Source
Transparente Entwicklung, quelloffener Code. Community-getriebene Funktionen mit Silver- und Gold-Plänen.

Wie es funktioniert

01

In Docker deployen

Führe docker compose up aus. NetSendo startet in Sekunden inklusive Postgres und Redis.

02

Postfach hinzufügen

Verbinde deinen SMTP-Server, Gmail oder API-Anbieter wie SendGrid/Mailgun.

03

Planen & Starten

Gestalte Kampagnenstrategie im Campaign Architect, exportiere und starte.

KI-gesteuerte Inhaltserstellung

Lass KI deine
Kampagnen in Sekunden schreiben

Hör auf, auf einen leeren Bildschirm zu starren. Der NetSendo-Assistent generiert ansprechende Betreffzeilen und schreibt vollständige E-Mails.

Multi-Modell Support

Nutze OpenAI GPT-4o, Anthropic Claude 3.5 oder Google Gemini. Dein API-Key, deine Regeln.

Sprachdiktat

Sprich einfach deine Ideen ein. Die KI transkribiert und formatiert sie in einen professionellen Newsletter.

AI Content Creation
┌─────────────────┐      STDIO       ┌─────────────────┐
│  Claude/Cursor  │ ◄────────────► │   MCP Server    │
│   (AI Client)   │                 │  (Docker/npx)   │
└─────────────────┘                 └────────┬────────┘
                                             │
                                        HTTP/S
                                             │
                                    ┌────────▼────────┐
                                    │    NetSendo     │
                                    │  (Your inst.)   │
                                    └─────────────────┘

Unterstützte KI-Clients

🤖Claude Desktop
💻Cursor IDE
📝VS Code

Beispielanfrage

"Zeige meine Mailinglisten und füge einen neuen Abonnenten jan@example.com zum Newsletter hinzu"

KI-Assistenten-Integration

NetSendo verwalten mit
natürlicher Sprache

Verbinde Claude, Cursor oder VS Code mit deiner NetSendo-Instanz. Stelle Fragen, verwalte Abonnenten und sende Nachrichten — alles durch Konversation mit KI.

Natürliche Sprache

Frage 'Wie viele Abonnenten habe ich?' oder 'Sende eine E-Mail an Jan'.

Kein Code nötig

Keine API-Kenntnisse erforderlich — die KI erledigt das für dich.

Echtzeit-Operationen

Direkte Operationen auf deiner NetSendo-Instanz.

MCP-Dokumentation ansehen
Teste es selbst

Erlebe NetSendo Live

Verlasse dich nicht nur auf unsere Worte. Melde dich in unserer Live-Demo an und erkunde die Funktionen der Plattform.

Dies ist eine öffentliche Demo-Instanz. Daten werden alle 24 Stunden zurückgesetzt.

demo.netsendo.com
demo@netsendo.com
READ ONLY
demo1234
••••••••

Verbinde deine Tools

NetSendo funktioniert nahtlos mit deinen bestehenden Tools. Orchestriere Workflows mit n8n und verbinde jedes KI-Modell.

n8n Integration erkunden
Calendly
Termin-Automatisierung
Zoom
Videokonferenzen
Google Calendar
Kalender-Synchronisierung
Google Meet
Videokonferenzen
MCP
KI-Assistenten-Integration
n8n
Workflow-Automatisierung
Stripe
Zahlungsabwicklung
Polar
Entwickler-First Zahlungen
WooCommerce
E-Commerce-Integration
WordPress
Formulare & Content Gating
Shopify
E-Commerce-Integration
SendGrid
E-Mail-API
Twilio
SMS-Anbieter
SMSAPI
SMS-Anbieter
OpenAI
KI-Generierung

Neueste Updates

Alle Releases ansehen
v2.0.5Aktuell
Release Notes
  • 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.
Vollständiger Changelog
v2.0.4Vorherig
Release Notes
  • 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.
Vollständiger Changelog
v2.0.3Vorherig
Release Notes
  • 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).
Vollständiger Changelog

Häufig gestellte Fragen