Home  /  listmonk Alternative

AcelleMail vs listmonk

AcelleMail vs listmonk — self-hosted email marketing, two architectures

Side-by-side comparison of AcelleMail (PHP + MySQL/MariaDB, one-time $80 license, plugin SDK, multi-tenant SaaS layer) and listmonk (Go + PostgreSQL, AGPLv3, single binary). Pricing, sending drivers, automation, integrations, and a step-by-step migration guide.

In sintesi AcelleMail listmonk
License model Commercial license — $80 Regular / $199 Extended on CodeCanyon. Full PHP source included; modifications stay private. AGPLv3 (free software). Source available; modifications distributed externally must also be AGPLv3.
Hosting Self-hosted on Linux + PHP 8.1+ + MySQL/MariaDB. ~512 MB RAM minimum. Self-hosted on a single Go binary + PostgreSQL ≥ 12. No managed/SaaS option offered by the project.
Stack PHP 8.1+ (Laravel-based), MySQL/MariaDB, optional Redis cache. Go backend, Vue + Buefy frontend, PostgreSQL ≥ 12.
Sending integrations 8 built-in drivers — Amazon SES, SendGrid, SparkPost, Mailgun, Elastic Email, Blastengine, Gmail relay, generic SMTP — plus plugin SDK for additional vendors. Default SMTP backend. "Messenger" architecture lets you POST campaigns to a JSON HTTP endpoint; community-maintained messengers exist for AWS Pinpoint SMS, Verimor, Mailersend, Novu, and Google FCM.
Automation builder Visual workflow builder (Automation2) with trigger/wait/condition/send/segment-update nodes. Included on every license. Campaign types include regular, optin, and scheduled. Recurring/automated sequences are built via the API or external schedulers.
Multi-tenancy / SaaS Extended License ($199) ships a multi-tenant layer — customer accounts, plans, 6 payment gateways, dunning, white-label. Single-instance install. Multi-tenant deployments require running multiple instances; not bundled in core.
Plugin SDK 4-pattern Hook system (REGISTRY, EVENT, FILTER, BEHAVIOR). Plugins live under storage/app/plugins/. See Plugin SDK. Extension via Messengers (HTTP webhooks for sending) and the public REST API. No in-process plugin system in core.
Parità di funzionalità

Confronto funzione per funzione

Circa 30 attributi raggruppati in 7 categorie, tratti da AcelleMail v4.2 e dalla documentazione pubblica di Mailchimp. Ogni è verificabile rispetto alla fonte citata.

Email creation

Funzione AcelleMail listmonk Note
Drag-and-drop email builder AcelleMail ships a visual block editor with mobile preview. listmonk uses HTML / Markdown templates rendered through Go templating (custom blocks possible via campaign template body).
100+ pre-built templates AcelleMail bundles a starter template gallery. listmonk ships with default campaign templates and supports user-imported HTML templates.
Full HTML editor Both let you edit raw HTML/CSS for campaigns.
Spintax / dynamic content AcelleMail includes spintax + per-subscriber merge fields. listmonk supports template logic via Go template syntax — subscriber attributes interpolate but spintax-style randomization is not built in.
A/B testing AcelleMail supports subject-line and content split tests. listmonk's campaign model does not include built-in A/B testing.
Multi-language campaigns AcelleMail tracks per-subscriber language attributes for segmentation. listmonk supports per-subscriber attribute fields that can be used for similar filtering.

Lists & segmentation

Funzione AcelleMail listmonk Note
Unlimited subscribers Both tools impose no software-side cap. Limits come from the database and server.
Multiple lists Both tools support unlimited lists.
Advanced segmentation (any-condition) AcelleMail provides a visual segment builder over subscriber fields, behavior, tags, and date logic. listmonk supports SQL-based subscriber queries — flexible but text-driven rather than UI-driven.
Tags Both support tag-style subscriber labeling.
Embeddable signup forms Both generate embeddable signup forms.
Double opt-in Both include double opt-in flows.
Bulk import (CSV) Both support CSV mass import. AcelleMail also supports XLSX and direct DB seed.

Automation

Funzione AcelleMail listmonk Note
Trigger-based workflows AcelleMail Automation2 supports trigger / wait / condition / send / tag-update / segment-move nodes. listmonk supports campaign scheduling and templated transactional sends; multi-step trigger flows are built via API + external scheduler.
Customer journey / multi-step flows AcelleMail ships a visual multi-step journey builder. listmonk supports regular, opt-in, and scheduled campaign types per its docs; multi-step journeys are typically composed via the public API + cron + external scheduler.
RSS-to-email AcelleMail can pull RSS feeds into scheduled campaigns. listmonk supports the same via campaign body templating + scheduled execution.
Birthday / anniversary emails AcelleMail supports date-field triggers natively. listmonk supports date-field segmentation and scheduled sends; recurring date triggers are typically built with a cron-driven script against the API.
Behavioral triggers (clicks/opens) AcelleMail exposes engagement events as automation triggers. listmonk records click/open events that can be queried via API for downstream automation.

Deliverability

Funzione AcelleMail listmonk Note
SPF / DKIM / DMARC tooling AcelleMail surfaces SPF/DKIM/DMARC record generation in the sending-server config. listmonk relies on the upstream SMTP provider for DKIM signing — listmonk itself sends through SMTP and inherits the provider's authentication setup.
Custom sending domain (return path) AcelleMail supports custom return-path on every license. listmonk inherits return-path from the configured SMTP server.
Multiple sending services AcelleMail ships 8 built-in drivers (SES, SendGrid, SparkPost, Mailgun, Elastic Email, Blastengine, Gmail, generic SMTP). listmonk's default backend is SMTP; additional providers are integrated by deploying a community Messenger HTTP endpoint.
IP warmup configuration AcelleMail supports daily/hourly send caps per sending server for gradual warmup. listmonk supports configurable concurrency + rate limits per messenger.
Click maps + spam scoring AcelleMail provides click heatmaps and SpamAssassin-style scoring on each campaign. listmonk records click events in campaign analytics; spam-score scanning is not in core.
Bounce / complaint webhook ingestion Both ingest bounce events. AcelleMail registers webhook endpoints for SES/SendGrid/Mailgun/etc. (see app/SendingServers/Webhooks/). listmonk supports SES, SendGrid, and Postmark bounce webhooks per its bounce-processing docs.

Integrations

Funzione AcelleMail listmonk Note
REST API AcelleMail's REST API is documented at /api and is the same API the dashboard uses. listmonk publishes a comprehensive HTTP API documented at listmonk.app/docs/apis/.
Webhooks AcelleMail emits outbound event webhooks (subscribe, unsubscribe, click, open, etc.). listmonk's "Messenger" model is a one-direction webhook for outbound campaign delivery; inbound bounce webhooks are supported separately.
WordPress / WooCommerce sync AcelleMail provides an official WordPress / WooCommerce plugin. listmonk does not ship a WordPress integration in core; community examples exist.
Zapier / Make / n8n AcelleMail is pre-listed on Zapier / Make / n8n. listmonk is reachable from these tools via its REST API but is not a first-party app on Zapier.
Custom plugin SDK AcelleMail ships a four-pattern Hook system (REGISTRY, EVENT, FILTER, BEHAVIOR) — see Plugin SDK. listmonk extension is via Messengers (HTTP) + REST API; there is no in-process plugin runtime in core.

SaaS / multi-tenancy

Funzione AcelleMail listmonk Note
Multi-tenant workspaces AcelleMail Extended ($199) ships a reseller layer with customer accounts, plans, and billing. listmonk is delivered as a single-tenant product; multi-tenant operation requires running multiple instances.
Subscription plans + payment gateways AcelleMail bundles 6 payment gateways (Stripe, PayPal, Braintree, Razorpay, Paystack, Offline) for resellers. listmonk does not include billing or subscription primitives.
White-label / remove vendor branding AcelleMail Extended removes branding for reseller use. listmonk's admin UI is brandable via static asset replacement; the AGPLv3 license imposes source-availability obligations on modified deployments offered as a service to others.
Reseller billing / dunning AcelleMail's Cashier package covers subscriptions, prorated upgrades, and dunning. listmonk does not provide subscription billing primitives.

Operations

Funzione AcelleMail listmonk Note
Single-binary deployment AcelleMail is a PHP application — runs under PHP-FPM + nginx/Apache. listmonk ships a single Go binary that embeds the web UI and worker.
Database — relational AcelleMail uses MySQL ≥ 5.7 or MariaDB ≥ 10.3. listmonk requires PostgreSQL ≥ 12.
Cron / background workers AcelleMail relies on a system cron entry that triggers campaign workers. listmonk runs its own internal scheduler within the same binary.
Localization (UI translations) AcelleMail ships 18 locales out of the box. listmonk supports a Vue i18n locale layer with community-contributed translations.

Cost & ownership

Funzione AcelleMail listmonk Note
License cost AcelleMail Regular is $80 one-time; Extended is $199 (commercial, includes lifetime point/minor updates + 6 months support). listmonk is AGPLv3 — free of license fee with copyleft obligations on modified service deployments.
Lifetime updates AcelleMail license includes lifetime point + minor releases. listmonk releases publicly on GitHub; users pull updates manually.
Data export ownership Both run on a database you control — full SQL access, CSV export, and REST API.
Source code visibility AcelleMail ships full unencrypted PHP source under a CodeCanyon Regular/Extended license. listmonk's Go source is on GitHub under AGPLv3.
Costo totale di possesso

Costo su 3 anni in tre scenari reali

Both AcelleMail and listmonk are self-hosted, so the running cost is dominated by VPS + sending service rather than license. AcelleMail figures use the verifiable $80 license + small VPS + Amazon SES at $0.10 per 1,000 emails. listmonk figures use the same VPS / sending budget without a license cost.

Small business — 1,000 contacts, 4× sends/month

listmonk — listmonk (AGPLv3) + small VPS + SMTP $5/mo VPS + $0.40/mo SES (4,000 sends × $0.0001)
$0 license + $180 VPS + $14 SES = $194 total
AcelleMail — AcelleMail Regular License + small VPS + SES $5/mo VPS + $0.40/mo SES (4,000 sends × $0.0001)
$80 license + $180 VPS + $14 SES = $268 total

AcelleMail license adds $80 over 3 years; running cost is otherwise comparable. The decision is feature breadth + visual builder + plugin SDK, not raw cost.

Growing newsletter — 10,000 contacts, 80,000 sends/month

listmonk — listmonk (AGPLv3) + $10 VPS + SES $10/mo VPS + $8/mo SES (80,000 × $0.0001)
$0 license + $360 VPS + $288 SES = $648 total
AcelleMail — AcelleMail Regular License + $10 VPS + SES $10/mo VPS + $8/mo SES (80,000 × $0.0001)
$80 license + $360 VPS + $288 SES = $722 total

Running costs are identical at this volume. AcelleMail license is $80 over 3 years; the choice is automation depth, integrations breadth, and plugin SDK.

Agency / SaaS — 50,000 contacts, 400,000 sends/month, 50 client tenants

listmonk — listmonk (AGPLv3) + $20 VPS + SES, 50 instances OR custom multi-tenant build Single instance: $20 VPS + $40 SES = $60. Multi-tenant requires either separate listmonk instances (50 × $5–10 VPS + ops overhead) or a custom routing layer.
50 instances ≈ $0 license + $9,000 VPS + $1,440 SES = $10,440 total (plus ops time per tenant).
AcelleMail — AcelleMail Extended License ($199) + $20 VPS + SES (multi-tenant on a single instance) $20/mo VPS + $40/mo SES (400,000 × $0.0001) — covers all 50 tenants on one install.
$199 license + $720 VPS + $1,440 SES = $2,359 total

AcelleMail Extended ships a multi-tenant SaaS layer (customer accounts, plans, 6 payment gateways, dunning) that listmonk does not. Operating cost difference comes from running one consolidated install vs many.

Playbook di migrazione

listmonk → AcelleMail in sette passaggi

La maggior parte dei team completa il passaggio in una settimana. Il setup tecnico richiede mezza giornata; la fase più lunga è ricostruire automazioni multi-step e template.

  1. 1. Export from listmonk

    listmonk's admin UI exports subscribers per list as CSV (Subscribers → Export). For the full data set, the public API at GET /api/subscribers returns paginated JSON including subscriber attributes, lists, and tags. Campaign HTML can be retrieved per-campaign via GET /api/campaigns/{id}. Click/open analytics can be pulled from the campaign-views and campaign-clicks tables in PostgreSQL directly if needed for migration analysis.
  2. 2. Get AcelleMail

    Buy the Regular License — $80 on CodeCanyon. Download the ZIP, upload to your server, run the web installer (5 minutes — sets DB, admin user, cron). PHP 8.1+, MySQL ≥ 5.7 or MariaDB ≥ 10.3, ~512 MB RAM minimum. The installation guide walks through cPanel, DigitalOcean, AWS, and Docker.
  3. 3. Configure your sending service

    In Sending Servers → Add, pick Amazon SES (recommended — cheapest), SendGrid, Mailgun, SparkPost, Postmark, Elastic Email, or any SMTP. Paste your API key. AcelleMail handles SPF/DKIM record generation and DKIM signing. Run the test-send to confirm. The 8 built-in drivers live in app/SendingServers/Drivers/Vendors/; additional vendors can be added via the plugin SDK.
  4. 4. Import contacts + attributes

    In Lists → Create List, recreate your listmonk lists with their attribute schema (listmonk attributes map to AcelleMail subscriber custom fields one-to-one). Use Import → Upload CSV and map columns. Tags map directly. For lists over 100k, use the chunked import or seed via the REST API.
  5. 5. Recreate templates and campaigns

    For templates, paste your listmonk HTML/Markdown into AcelleMail's template editor. Merge syntax differs: listmonk uses {{ .Subscriber.FirstName }} Go template syntax; AcelleMail uses {{ subscriber.first_name }} Twig-style syntax. Subscriber attribute access is equivalent. For automation flows, use Automation → New Workflow — listmonk has no equivalent visual builder, so multi-step flows previously built via cron + API can be expressed as visual journeys.
  6. 6. Configure tracking + DKIM

    AcelleMail tracking is enabled by default per campaign (open pixel + link wrapping). DKIM signing is configured at the Sending Server level — paste the DNS records AcelleMail generates into your domain. If you were running listmonk on the same domain, the existing DKIM keys can usually be reused if the sending vendor matches. Otherwise, plan to publish new DKIM records and let DNS propagate before the cutover send.
  7. 7. Test deliverability + cut over

    Send a test campaign to GlockApps or Mail-Tester (free). Aim for 9.5/10. Send your next live campaign from AcelleMail in parallel for one cycle, watch open/click rates against your prior baseline, then turn off the listmonk install. Most teams cut over inside a week.
Adeguatezza operativa

Quando il self-hosting non è la scelta giusta

L'email marketing self-hosted è un compromesso: costi più bassi e piena proprietà in cambio di responsabilità operativa. Per le situazioni qui sotto un SaaS gestito può essere la scelta migliore.

  • You prefer Go over PHP for your infrastructure

    AcelleMail is a PHP/Laravel application. Teams that standardize on Go binaries for operational simplicity may prefer listmonk's single-binary deployment model — the runtime + worker live in one process and there is no PHP-FPM or Composer dependency to manage. The tradeoff is around bundled features: AcelleMail bundles visual automation, plugin SDK, and a multi-tenant SaaS layer in core; listmonk users typically build comparable workflows via external automation against listmonk's REST API.

  • You already run PostgreSQL and don't want MySQL

    AcelleMail runs on MySQL/MariaDB. Teams whose data infrastructure standardizes on PostgreSQL may prefer listmonk's native PostgreSQL stack to avoid running a second relational engine. AcelleMail does not currently support PostgreSQL.

  • You don't need a visual automation / multi-tenant SaaS layer

    AcelleMail's bundled features include a visual automation builder, the plugin SDK, and the Extended-License multi-tenant layer with payment gateways. If your use case is a single-instance broadcast list with scheduled campaigns and you're comfortable composing multi-step flows in code against a REST API, listmonk's default feature set covers that without additional layers.

  • Your project requires AGPL software

    Some organizations have a software policy that requires copyleft licenses for self-hosted services. listmonk's AGPLv3 satisfies that requirement; AcelleMail is distributed under a CodeCanyon Regular/Extended license that does not impose AGPL-style copyleft.

Costo per caso d'uso

Tre situazioni d'acquisto

Le cifre di costo abbinano i prezzi entry-tier verificati alle stime del calcolatore, quando applicabili. Confronta i numeri; la scelta giusta dipende dalla capacità del tuo team di gestire i compromessi operativi sopra elencati.

  • SaaS team — product newsletter

    Situazione: 8,000 trial signups + 2,000 paid customers, weekly product newsletter, 4-step onboarding drip, billing notifications.

    Costo listmonk: listmonk + $10/mo VPS + $2/mo SES. Onboarding drip is built as a 4-step API-driven sequence with cron-triggered scheduled campaigns; 4-step state-machine logic lives outside listmonk.

    Costo AcelleMail: $80 once + $10/mo DigitalOcean droplet + ~$2/mo SES. The 4-step drip is a single visual workflow in Automation2 — trigger on signup → wait → check engagement → send next email.

  • Marketing agency — 50 client lists

    Situazione: Email service for 50 small-business clients, average 2,000 subscribers each, monthly newsletter + occasional promo.

    Costo listmonk: listmonk: 50 instances (~$5/mo each VPS) ≈ $250/mo + ops time per tenant, OR a custom routing layer over a single instance. SaaS billing primitives are not included.

    Costo AcelleMail: $199 Extended License once + $40/mo VPS + ~$30/mo SES total across all clients on one install. Built-in SaaS layer: per-client login, plans, dunning, 6 payment gateways.

  • Indie newsletter — 5,000 subscribers

    Situazione: Weekly newsletter, no automation flows, transactional sends for password resets only.

    Costo listmonk: listmonk + $5/mo VPS + ~$0.30/mo SES + Postgres operating cost. Free of license fee.

    Costo AcelleMail: $80 license + $5/mo VPS + ~$0.30/mo SES. License recovers ~24 months of avoided SaaS subscription if previously paying for hosted email.

Approfondimenti per operatori

Per chi gestisce la migrazione

Clicca su un titolo qui sotto per espandere un approfondimento tecnico. Stessi contenuti già trattati nella pagina marketing sopra — qui ridotti per una lettura rapida, ma sempre disponibili per l'ingegnere che fa il lavoro vero.

Migrazione completa listmonk → AcelleMail — ogni passaggio espanso

Il playbook in 7 passaggi visto sopra, con ogni azione espansa per l'operatore. Tempo totale: ~½ giornata di setup tecnico, poi 1–5 giorni per ricostruire template & automazioni a seconda della complessità delle liste.

  1. 1. Export from listmonk. listmonk's admin UI exports subscribers per list as CSV (Subscribers → Export). For the full data set, the public API at GET /api/subscribers returns paginated JSON including subscriber attributes, lists, and tags. Campaign HTML can be retrieved per-campaign via GET /api/campaigns/{id}. Click/open analytics can be pulled from the campaign-views and campaign-clicks tables in PostgreSQL directly if needed for migration analysis.
  2. 2. Get AcelleMail. Buy the Regular License — $80 on CodeCanyon. Download the ZIP, upload to your server, run the web installer (5 minutes — sets DB, admin user, cron). PHP 8.1+, MySQL ≥ 5.7 or MariaDB ≥ 10.3, ~512 MB RAM minimum. The installation guide walks through cPanel, DigitalOcean, AWS, and Docker.
  3. 3. Configure your sending service. In Sending Servers → Add, pick Amazon SES (recommended — cheapest), SendGrid, Mailgun, SparkPost, Postmark, Elastic Email, or any SMTP. Paste your API key. AcelleMail handles SPF/DKIM record generation and DKIM signing. Run the test-send to confirm. The 8 built-in drivers live in app/SendingServers/Drivers/Vendors/; additional vendors can be added via the plugin SDK.
  4. 4. Import contacts + attributes. In Lists → Create List, recreate your listmonk lists with their attribute schema (listmonk attributes map to AcelleMail subscriber custom fields one-to-one). Use Import → Upload CSV and map columns. Tags map directly. For lists over 100k, use the chunked import or seed via the REST API.
  5. 5. Recreate templates and campaigns. For templates, paste your listmonk HTML/Markdown into AcelleMail's template editor. Merge syntax differs: listmonk uses {{ .Subscriber.FirstName }} Go template syntax; AcelleMail uses {{ subscriber.first_name }} Twig-style syntax. Subscriber attribute access is equivalent. For automation flows, use Automation → New Workflow — listmonk has no equivalent visual builder, so multi-step flows previously built via cron + API can be expressed as visual journeys.
  6. 6. Configure tracking + DKIM. AcelleMail tracking is enabled by default per campaign (open pixel + link wrapping). DKIM signing is configured at the Sending Server level — paste the DNS records AcelleMail generates into your domain. If you were running listmonk on the same domain, the existing DKIM keys can usually be reused if the sending vendor matches. Otherwise, plan to publish new DKIM records and let DNS propagate before the cutover send.
  7. 7. Test deliverability + cut over. Send a test campaign to GlockApps or Mail-Tester (free). Aim for 9.5/10. Send your next live campaign from AcelleMail in parallel for one cycle, watch open/click rates against your prior baseline, then turn off the listmonk install. Most teams cut over inside a week.
Approfondimento per funzione — dove i due prodotti differiscono e come aggirarlo

La tabella affiancata sopra mostra la parità di funzionalità; qui c'è il contesto di supporto per ogni riga con una nota non banale — utile quando una piattaforma è "parziale" e ti serve il workaround.

Email creation

  • Drag-and-drop email builder: AcelleMail ships a visual block editor with mobile preview. listmonk uses HTML / Markdown templates rendered through Go templating (custom blocks possible via campaign template body).
  • 100+ pre-built templates: AcelleMail bundles a starter template gallery. listmonk ships with default campaign templates and supports user-imported HTML templates.
  • Spintax / dynamic content: AcelleMail includes spintax + per-subscriber merge fields. listmonk supports template logic via Go template syntax — subscriber attributes interpolate but spintax-style randomization is not built in.
  • A/B testing: AcelleMail supports subject-line and content split tests. listmonk's campaign model does not include built-in A/B testing.
  • Multi-language campaigns: AcelleMail tracks per-subscriber language attributes for segmentation. listmonk supports per-subscriber attribute fields that can be used for similar filtering.

Lists & segmentation

  • Advanced segmentation (any-condition): AcelleMail provides a visual segment builder over subscriber fields, behavior, tags, and date logic. listmonk supports SQL-based subscriber queries — flexible but text-driven rather than UI-driven.

Automation

  • Trigger-based workflows: AcelleMail Automation2 supports trigger / wait / condition / send / tag-update / segment-move nodes. listmonk supports campaign scheduling and templated transactional sends; multi-step trigger flows are built via API + external scheduler.
  • Customer journey / multi-step flows: AcelleMail ships a visual multi-step journey builder. listmonk supports regular, opt-in, and scheduled campaign types per its docs; multi-step journeys are typically composed via the public API + cron + external scheduler.
  • RSS-to-email: AcelleMail can pull RSS feeds into scheduled campaigns. listmonk supports the same via campaign body templating + scheduled execution.
  • Birthday / anniversary emails: AcelleMail supports date-field triggers natively. listmonk supports date-field segmentation and scheduled sends; recurring date triggers are typically built with a cron-driven script against the API.
  • Behavioral triggers (clicks/opens): AcelleMail exposes engagement events as automation triggers. listmonk records click/open events that can be queried via API for downstream automation.

Deliverability

  • SPF / DKIM / DMARC tooling: AcelleMail surfaces SPF/DKIM/DMARC record generation in the sending-server config. listmonk relies on the upstream SMTP provider for DKIM signing — listmonk itself sends through SMTP and inherits the provider's authentication setup.
  • Custom sending domain (return path): AcelleMail supports custom return-path on every license. listmonk inherits return-path from the configured SMTP server.
  • Multiple sending services: AcelleMail ships 8 built-in drivers (SES, SendGrid, SparkPost, Mailgun, Elastic Email, Blastengine, Gmail, generic SMTP). listmonk's default backend is SMTP; additional providers are integrated by deploying a community Messenger HTTP endpoint.
  • IP warmup configuration: AcelleMail supports daily/hourly send caps per sending server for gradual warmup. listmonk supports configurable concurrency + rate limits per messenger.
  • Click maps + spam scoring: AcelleMail provides click heatmaps and SpamAssassin-style scoring on each campaign. listmonk records click events in campaign analytics; spam-score scanning is not in core.

Integrations

  • Webhooks: AcelleMail emits outbound event webhooks (subscribe, unsubscribe, click, open, etc.). listmonk's "Messenger" model is a one-direction webhook for outbound campaign delivery; inbound bounce webhooks are supported separately.
  • WordPress / WooCommerce sync: AcelleMail provides an official WordPress / WooCommerce plugin. listmonk does not ship a WordPress integration in core; community examples exist.
  • Zapier / Make / n8n: AcelleMail is pre-listed on Zapier / Make / n8n. listmonk is reachable from these tools via its REST API but is not a first-party app on Zapier.
  • Custom plugin SDK: AcelleMail ships a four-pattern Hook system (REGISTRY, EVENT, FILTER, BEHAVIOR) — see <a href="https://acellemail.com/for/developers">Plugin SDK</a>. listmonk extension is via Messengers (HTTP) + REST API; there is no in-process plugin runtime in core.

SaaS / multi-tenancy

  • Multi-tenant workspaces: AcelleMail Extended ($199) ships a reseller layer with customer accounts, plans, and billing. listmonk is delivered as a single-tenant product; multi-tenant operation requires running multiple instances.
  • Subscription plans + payment gateways: AcelleMail bundles 6 payment gateways (Stripe, PayPal, Braintree, Razorpay, Paystack, Offline) for resellers. listmonk does not include billing or subscription primitives.
  • White-label / remove vendor branding: AcelleMail Extended removes branding for reseller use. listmonk's admin UI is brandable via static asset replacement; the AGPLv3 license imposes source-availability obligations on modified deployments offered as a service to others.
  • Reseller billing / dunning: AcelleMail's Cashier package covers subscriptions, prorated upgrades, and dunning. listmonk does not provide subscription billing primitives.

Operations

  • Single-binary deployment: AcelleMail is a PHP application — runs under PHP-FPM + nginx/Apache. listmonk ships a single Go binary that embeds the web UI and worker.
  • Database — relational: AcelleMail uses MySQL ≥ 5.7 or MariaDB ≥ 10.3. listmonk requires PostgreSQL ≥ 12.

Cost & ownership

  • License cost: AcelleMail Regular is $80 one-time; Extended is $199 (commercial, includes lifetime point/minor updates + 6 months support). listmonk is AGPLv3 — free of license fee with copyleft obligations on modified service deployments.
Confronto di costi su larga scala — tre situazioni d'acquisto affiancate

La scheda TCO sopra mostra i numeri entry-tier; questa vista affianca tutte e tre le situazioni d'acquisto in modo da scegliere quella più vicina al tuo volume di contatti e alla frequenza di invio.

SaaS team — product newsletter

  • Situazione: 8,000 trial signups + 2,000 paid customers, weekly product newsletter, 4-step onboarding drip, billing notifications.
  • Costo listmonk: listmonk + $10/mo VPS + $2/mo SES. Onboarding drip is built as a 4-step API-driven sequence with cron-triggered scheduled campaigns; 4-step state-machine logic lives outside listmonk.
  • Costo AcelleMail: $80 once + $10/mo DigitalOcean droplet + ~$2/mo SES. The 4-step drip is a single visual workflow in Automation2 — trigger on signup → wait → check engagement → send next email.

Marketing agency — 50 client lists

  • Situazione: Email service for 50 small-business clients, average 2,000 subscribers each, monthly newsletter + occasional promo.
  • Costo listmonk: listmonk: 50 instances (~$5/mo each VPS) ≈ $250/mo + ops time per tenant, OR a custom routing layer over a single instance. SaaS billing primitives are not included.
  • Costo AcelleMail: $199 Extended License once + $40/mo VPS + ~$30/mo SES total across all clients on one install. Built-in SaaS layer: per-client login, plans, dunning, 6 payment gateways.

Indie newsletter — 5,000 subscribers

  • Situazione: Weekly newsletter, no automation flows, transactional sends for password resets only.
  • Costo listmonk: listmonk + $5/mo VPS + ~$0.30/mo SES + Postgres operating cost. Free of license fee.
  • Costo AcelleMail: $80 license + $5/mo VPS + ~$0.30/mo SES. License recovers ~24 months of avoided SaaS subscription if previously paying for hosted email.

Usa il calcolatore di risparmio per un numero personalizzato sul tuo esatto conteggio iscritti e frequenza di invio.

Contro-posizionamento onesto — obiezioni comuni al passaggio

Quattro obiezioni che ogni operatore valuta prima di abbandonare listmonk o un qualsiasi SaaS. Risposte senza giri di parole — sono compromessi reali, e la scelta giusta dipende dal tuo team.

1. "Cambiare costa più di quanto si risparmia."

Valutazione onesta: con liste sotto i ~500 contatti, il piano gratuito o entry di listmonk può essere più economico di un VPS da $5–10/mese più la licenza AcelleMail — ancor prima di contare il tempo dell'operatore. Il punto di pareggio si colloca tipicamente tra 1.000 e 5.000 contatti. Fai i tuoi conti con il calcolatore di costi prima di decidere.

2. "Con il self-hosting la deliverability crolla."

Vero se gestisci un MTA in proprio senza warm-up. NON è vero quando AcelleMail inoltra tramite un sending service gestito (Amazon SES, SendGrid, Mailgun, Postmark) — quei vendor mantengono la reputazione IP; AcelleMail orchestra solo campagne e tracking. Raggiungere la parità di inbox-placement con listmonk è la norma, non l'eccezione, con questo setup.

3. "Il mio team non ha tempo di imparare un altro tool."

Preoccupazione legittima. La UI di AcelleMail riprende pattern comuni (campaign builder, liste di audience, flussi di automazione), quindi la maggior parte degli utenti listmonk è produttiva dal primo giorno. Il vero impegno è ricostruire automazioni multi-step e librerie di template — pianifica 1–5 giorni a seconda della complessità, non settimane.

4. "E se AcelleMail smettesse di essere mantenuto?"

Il self-hosting ribalta il rischio: possiedi una copia perpetua del sorgente. Nessun cambio di prezzo del vendor, dismissione o acquisizione può portarti via la piattaforma. Se gli aggiornamenti si fermano, la tua installazione esistente continua a funzionare. Confronta con il SaaS, dove le decisioni del vendor su prezzi, funzionalità o chiusure sono unilaterali.

Domande frequenti

Domande comuni

Posso migrare da listmonk ad AcelleMail senza perdere i dati dei subscriber?
Sì. La UI admin di listmonk esporta i subscriber per lista in CSV; l'API pubblica su GET /api/subscribers restituisce JSON paginato per un export programmatico completo. L'import di AcelleMail accetta CSV con mappatura dei custom field e supporta XLSX o seed diretto nel DB per liste molto grandi. Tag e attributi per subscriber si mappano uno-a-uno sui custom field subscriber di AcelleMail. Prevedi mezza giornata per una lista sotto i 5.000 contatti; 2–3 giorni per liste con logica di automation estesa da ricostruire.
Come si confronta l'automation di AcelleMail con i campaign type di listmonk?
AcelleMail offre un visual workflow builder (Automation2) con nodi trigger / wait / condition / send / tag-update / segment-move — percorsi multi-step si configurano nella UI senza codice. Il modello di campagna di listmonk include regular, opt-in e scheduled; i percorsi multi-step si compongono tipicamente via API pubblica + cron + scheduler esterno. Entrambi gli approcci funzionano; la scelta sta nel volere il journey espresso nella UI (AcelleMail) o nel tuo codice (listmonk).
Perché AcelleMail fa pagare $80 quando listmonk è gratuito sotto AGPLv3?
La Regular License di AcelleMail ($80 una tantum) è una licenza commerciale che include aggiornamenti a vita di versioni point + minor, 6 mesi di supporto e il diritto di usare modifiche in privato senza obblighi di copyleft. listmonk sotto AGPLv3 è gratis come fee di licenza ma il suo copyleft si applica ai deployment derivati offerti come servizio. I $80 coprono un pacchetto diverso: visual automation builder, plugin SDK, 8 integrazioni di sending driver, UI multilingua e il percorso Extended verso un layer SaaS multi-tenant ($199).
listmonk supporta Amazon SES, SendGrid, Mailgun out-of-the-box?
listmonk include un backend SMTP di default che può collegarsi a qualsiasi servizio SMTP-capable, inclusi SES, SendGrid e Mailgun. Oltre a SMTP, l'architettura "Messenger" di listmonk ti permette di fare POST delle campagne a un endpoint HTTP JSON; esistono messenger mantenuti dalla community per AWS Pinpoint SMS, Verimor, Mailersend, Novu e Google FCM. AcelleMail include 8 driver nativi (SES, SendGrid, SparkPost, Mailgun, Elastic Email, Blastengine, Gmail, generic SMTP) con integrazione a livello API inclusi handler per bounce-webhook — vedi app/SendingServers/Drivers/Vendors/ nei sorgenti AcelleMail.
Posso gestire più account cliente su una singola installazione di AcelleMail?
Sì — è la Extended License di AcelleMail ($199). Include un layer multi-tenant: account cliente, piani di abbonamento, 6 payment gateway (Stripe, PayPal, Braintree, Razorpay, Paystack, Offline), upgrade prorata, dunning e branding white-label. listmonk è distribuito come progetto single-tenant; il funzionamento multi-tenant richiede tipicamente più istanze di listmonk. Vedi la pagina For Developers per l'architettura.
Che stack richiede AcelleMail rispetto a listmonk?
AcelleMail: PHP 8.1+, MySQL ≥ 5.7 o MariaDB ≥ 10.3, ~512 MB di RAM minimi, 1 GB raccomandato per liste fino a ~50K. Gira su PHP-FPM dietro nginx o Apache. listmonk: un singolo binario Go, PostgreSQL ≥ 12. Il frontend è bundled nel binario. Il footprint in memoria è piccolo (il binario Go è ~50–100 MB residenti a idle). Entrambi i tool si aspettano uno scheduler/cron di sistema — AcelleMail usa un'entry cron OS; listmonk ha uno scheduler interno.
Il plugin SDK di AcelleMail ha un equivalente listmonk?
AcelleMail include un sistema di Hook a quattro pattern (REGISTRY, EVENT, FILTER, BEHAVIOR) — i plugin vivono in storage/app/plugins/ e possono registrare sending driver, payment gateway, pannelli UI e hook di ciclo di vita. Vedi la documentazione del Plugin SDK per i quattro pattern e gli esempi pratici (Postal MTA, Paddle gateway, plugin AI). Il modello di estensione di listmonk passa dai Messenger (webhook HTTP per la consegna outbound) più la REST API pubblica; nel core non c'è runtime di plugin in-process. Il codice di integrazione vive tipicamente fuori dal binario listmonk.
Sulla deliverability — AcelleMail include strumenti SPF/DKIM che listmonk non ha?
Entrambi i tool si affidano al servizio di invio sottostante (SES, SendGrid, ecc.) per la reputation IP e la firma DKIM. AcelleMail espone i valori dei record SPF/DKIM/DMARC direttamente nella UI di configurazione del sending server e firma DKIM a livello applicativo quando configurato. listmonk si affida al setup DKIM del provider SMTP; il bounce processing supporta i webhook di SES, SendGrid e Postmark secondo la sua documentazione di bounce-processing. La panoramica completa del tooling SPF/DKIM/DMARC di AcelleMail è su Security & GDPR.
Qual è la scelta giusta per una singola istanza newsletter senza esigenze di automation?
Funzionano entrambi. Il deployment single-binary di listmonk è operativamente più semplice se sei a tuo agio con binari Go e PostgreSQL. La licenza $80 di AcelleMail include un visual builder, automation flow, 8 driver di invio nativi e una UI in 18 locale — utile se prevedi di crescere verso automation o multi-tenancy. I team il cui use case è broadcast-only con il footprint operativo più piccolo possibile possono stare su listmonk; i team che vogliono automation e primitive multi-tenant incluse fin dal giorno uno possono stare su AcelleMail.
Get started

Try AcelleMail before you migrate.

AcelleMail Regular License is $80, one-time. Includes lifetime updates, 6 months of support, full PHP source code, and unlimited subscribers. Try the live demo before you buy.

listmonk è un marchio del rispettivo proprietario. Questa pagina è un confronto di prodotto oggettivo redatto da AcelleMail; non siamo affiliati, sponsorizzati o avallati da listmonk. Tutti i dati citati provengono da documentazione pubblica linkata sopra; segnala eventuali inesattezze a contact@acellemail.com e provvederemo alla correzione.