Marketing por Email y SMS Open-source
que alojas tú mismo
Control total de datos, integraciones listas, IA para crear contenido, automatización y webhooks. Instálalo en Docker en 5 minutos.

AI Campaign Architect
Planificador estratégico de campañas Email + SMS que crea tu plan, lógica y pronósticos — antes de enviar el primer mensaje.
Contexto de negocio → Audiencia → Estrategia IA → Pronóstico y Exportación
Timeline de mensajes, objetivos (educación/ventas/recordatorio) y lógica IF/THEN
Benchmarks de la industria + controles deslizantes para cálculo de ROI en tiempo real

¿Por qué NetSendo?
Creado para desarrolladores que quieren control, privacidad y flexibilidad sin sacrificar funciones modernas.
Cómo funciona
Desplegar en Docker
Ejecuta docker compose up. NetSendo arranca en segundos con Postgres y Redis incluidos.
Añadir buzón
Conecta tu servidor SMTP, Gmail o proveedor de API como SendGrid/Mailgun.
Planificar y Lanzar
Diseña la estrategia de campaña en Campaign Architect, exporta y lanza.
Deja que la IA escriba tus
campañas en segundos
Deja de mirar una pantalla en blanco. El asistente de NetSendo puede generar asuntos atractivos y escribir el contenido completo.
Soporte Multi-Modelo
Usa OpenAI GPT-4o, Anthropic Claude 3.5 o Google Gemini. Tu clave API, tus reglas.
Dictado por voz
Simplemente dicta tus ideas. La IA las transcribirá y formateará en un boletín profesional.

┌─────────────────┐ STDIO ┌─────────────────┐
│ Claude/Cursor │ ◄────────────► │ MCP Server │
│ (AI Client) │ │ (Docker/npx) │
└─────────────────┘ └────────┬────────┘
│
HTTP/S
│
┌────────▼────────┐
│ NetSendo │
│ (Your inst.) │
└─────────────────┘Clientes de IA compatibles
Consulta de ejemplo
"Muestra mis listas de correo y añade un nuevo suscriptor jan@example.com al Newsletter"
Gestiona NetSendo con
lenguaje natural
Conecta Claude, Cursor o VS Code a tu instancia de NetSendo. Haz preguntas, gestiona suscriptores y envía mensajes — todo a través de conversación con IA.
Lenguaje natural
Pregunta '¿Cuántos suscriptores tengo?' o 'Envía un email a Juan'.
Sin código
No necesitas conocer la API — la IA lo hace por ti.
Operaciones en tiempo real
Operaciones directas en tu instancia de NetSendo.
Experimenta NetSendo en Vivo
No solo confíes en nuestra palabra. Inicia sesión en nuestra demo en vivo y explora las capacidades de la plataforma.
Esta es una instancia de demostración pública. Los datos se restablecen cada 24 horas.
Conecta con tus herramientas
NetSendo se integra perfectamente con las herramientas que ya usas. Orquesta flujos de trabajo con n8n y conecta cualquier modelo de IA.
Últimas actualizaciones
Ver todas las versiones- 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).

