Accueil  /  Brevo Alternative

AcelleMail vs Brevo

AcelleMail vs Brevo — self-hosted email marketing vs cloud multi-channel SaaS

Side-by-side comparison of AcelleMail (self-hosted PHP application, $80 one-time license, MySQL/MariaDB, plugin SDK, multi-tenant SaaS layer) and Brevo, formerly Sendinblue (Paris-based cloud SaaS founded 2012, multi-channel: Email + Transactional + SMS + WhatsApp + Chat + CRM, REST API + SMTP relay, send-volume-based pricing). Pricing model, sending stack, automation, migration steps.

En un coup d'œil AcelleMail Brevo
License model Commercial license — $80 Regular / $199 Extended on CodeCanyon. Full PHP source included; one-time payment with lifetime point + minor updates. Cloud SaaS subscription. Free tier available; paid Marketing Platform tiers billed monthly per published Free / Starter / Business / Enterprise structure on brevo.com/pricing/.
Hosting Self-hosted on Linux + PHP 8.1+ + MySQL/MariaDB. Single-tenant or multi-tenant on the same install (Extended). Cloud-only — operated by Brevo from Paris-headquartered infrastructure. No self-hosted distribution.
Stack PHP 8.1+ (Laravel-based), MySQL/MariaDB, optional Redis cache. Brevo-managed cloud. Customer surface: REST API at developers.brevo.com + SMTP relay at smtp-relay.brevo.com.
Channels Email-focused. SMS / WhatsApp / chat / CRM are not in core; integrations exist via the plugin SDK or external services. Multi-channel: email marketing, transactional email, SMS, WhatsApp, chat, CRM, and meetings. All bundled in the Brevo dashboard.
Pricing model One-time license fee. Recurring cost is your VPS + your sending service (SES, SendGrid, etc.). Send-volume based for marketing email (the model brevo.com/pricing/ documents) — paid tiers price by monthly email volume, not contact-list size.
Multi-tenancy / SaaS Extended License ($199) ships a multi-tenant layer — customer accounts, plans, 6 payment gateways, dunning, white-label. Single-account product per Brevo subscription. Reselling Brevo to end customers is not a packaged feature in core.
Plugin SDK 4-pattern Hook system (REGISTRY, EVENT, FILTER, BEHAVIOR). Plugins live under storage/app/plugins/. See Plugin SDK. Extension via the public REST API and webhook subscriptions. No in-process plugin runtime in the cloud platform.
Parité fonctionnelle

Comparatif fonctionnalité par fonctionnalité

Environ 30 attributs regroupés en 7 catégories, tirés de AcelleMail v4.2 et de la documentation produit publique de Mailchimp. Chaque peut être vérifié auprès de la source citée.

Email creation

Fonctionnalité AcelleMail Brevo Notes
Drag-and-drop email builder AcelleMail ships a visual block editor with mobile preview. Brevo includes a drag-and-drop editor in the marketing dashboard.
100+ pre-built templates Both platforms bundle a starter template gallery and accept user-imported HTML templates.
Full HTML editor Both let you edit raw HTML/CSS for campaigns and transactional sends.
Spintax / dynamic content AcelleMail includes spintax + per-subscriber merge fields. Brevo Templates support attribute substitution and Liquid-style logic; spintax-style randomization is not in the published Templates API.
A/B testing AcelleMail supports subject-line and content split tests on every license. Brevo includes A/B testing on its paid Marketing Platform tiers.
Multi-language UI AcelleMail ships 18 locales for the admin UI. Brevo offers a multi-locale dashboard.

Lists & segmentation

Fonctionnalité AcelleMail Brevo Notes
Unlimited subscribers (software cap) AcelleMail imposes no software-side cap on subscribers. Brevo's pricing model bills on monthly send volume rather than contact-list size.
Multiple lists Both support unlimited lists.
Advanced segmentation AcelleMail provides a visual segment builder over subscriber fields, behavior, tags, and date logic. Brevo segmentation supports contact attributes, list membership, engagement, and event data.
Tags Both support tag-style subscriber labeling.
Embeddable signup forms Both generate embeddable signup forms and double opt-in flows.
Bulk import (CSV) Both accept CSV bulk import. AcelleMail also supports XLSX and direct DB seed.

Automation & flows

Fonctionnalité AcelleMail Brevo Notes
Visual workflow builder AcelleMail Automation2 ships trigger / wait / condition / send / tag-update / segment-move nodes. Brevo includes a visual marketing automation builder on its paid Marketing Platform tiers.
Customer journey / multi-step flows Both platforms support multi-step journeys.
RSS-to-email AcelleMail can pull RSS feeds into scheduled campaigns. Brevo supports scheduled campaigns and external integrations via REST API; first-party RSS triggers depend on the current plan tier.
Behavioral triggers (opens / clicks) AcelleMail exposes engagement events as automation triggers. Brevo emits open and click events through its event tracking and webhook system.
Date / birthday triggers Both support date-field triggers natively in the automation builder.

Multi-channel

Fonctionnalité AcelleMail Brevo Notes
Email marketing Both are designed for marketing email as the primary channel.
Transactional email AcelleMail can route transactional sends through any of its 8 sending drivers. Brevo offers transactional email through its REST API and SMTP relay.
SMS campaigns AcelleMail core is email-only; SMS would be a custom plugin or external integration. Brevo bundles SMS campaigns as a billable channel.
WhatsApp messaging Not in AcelleMail core. Brevo bundles WhatsApp campaigns and conversations.
Live chat / inbox Not in AcelleMail core. Brevo bundles a live-chat widget and a unified inbox.
CRM (deals + tasks) AcelleMail manages contacts and segments; deal pipelines and tasks are not in core (custom plugin or external CRM). Brevo bundles a CRM module with deals, tasks, and meeting scheduling.

Deliverability

Fonctionnalité AcelleMail Brevo Notes
SPF / DKIM / DMARC tooling AcelleMail surfaces SPF/DKIM/DMARC record values per sending server. Brevo handles authentication record provisioning for sending domains added in its dashboard.
Custom sending domain AcelleMail supports per-sending-server return path. Brevo authenticates custom sender domains in the Senders & IP section.
Multiple sending services AcelleMail ships 8 native drivers (SES, SendGrid, SparkPost, Mailgun, Elastic Email, Blastengine, Gmail, generic SMTP). Brevo is itself the sending service.
IP warmup AcelleMail supports daily/hourly send caps per sending server for gradual warmup. Brevo provides dedicated IPs on higher plan tiers; warmup is managed by Brevo on those plans.
Bounce / complaint webhook ingestion AcelleMail registers webhook endpoints for SES/SendGrid/Mailgun/etc. (see app/SendingServers/Webhooks/). Brevo emits webhooks for delivered, hard-bounce, soft-bounce, opened, clicked, unsubscribed, complaint, blocked, error.

Integrations

Fonctionnalité AcelleMail Brevo Notes
REST API AcelleMail's REST API is documented at /api. Brevo's API reference is at developers.brevo.com.
SMTP relay (use as upstream) AcelleMail itself is a marketing platform; outbound SMTP is delegated to your sending server. Brevo offers SMTP relay at smtp-relay.brevo.com — usable from AcelleMail via the Generic SMTP driver if you want to keep Brevo as the sender.
Webhooks Both emit outbound event webhooks for delivery and engagement events.
WordPress / WooCommerce sync AcelleMail provides an official WordPress / WooCommerce plugin. Brevo offers WordPress and WooCommerce plugins that sync subscribers and trigger marketing automation.
Zapier / Make / n8n Both are first-party listed on Zapier / Make / n8n.
Custom plugin SDK AcelleMail ships a four-pattern Hook system (REGISTRY, EVENT, FILTER, BEHAVIOR) — see Plugin SDK. Brevo extension is via the public REST API + webhooks; there is no in-process plugin runtime.

SaaS / multi-tenancy

Fonctionnalité AcelleMail Brevo Notes
Multi-tenant workspaces AcelleMail Extended ($199) ships a reseller layer with customer accounts, plans, and billing. Brevo is a single-account product per subscription.
Subscription plans + payment gateways AcelleMail bundles 6 payment gateways (Stripe, PayPal, Braintree, Razorpay, Paystack, Offline) for resellers. Brevo does not include reseller-billing primitives.
White-label / remove vendor branding AcelleMail Extended removes branding for reseller use. Brevo "Remove Brevo logo" is a paid feature on higher plan tiers per its dashboard settings; the dashboard itself remains Brevo-branded.
Reseller billing / dunning AcelleMail's Cashier package covers subscriptions, prorated upgrades, and dunning. Brevo does not provide reseller billing primitives.

Operations

Fonctionnalité AcelleMail Brevo Notes
Self-hosted on your servers AcelleMail is a PHP application — runs under PHP-FPM + nginx/Apache on hardware you control. Brevo is a Brevo-operated cloud service.
Database — relational AcelleMail uses MySQL ≥ 5.7 or MariaDB ≥ 10.3 — direct SQL access. Brevo data is in Brevo's managed cloud; access is via REST API and CSV export.
On-premise / air-gapped deployment AcelleMail can run fully on-premise or in air-gapped environments. Brevo is cloud-only.
Localization (UI translations) AcelleMail ships 18 locales out of the box. Brevo dashboard offers multiple locales for the admin UI.

Cost & ownership

Fonctionnalité AcelleMail Brevo Notes
License model AcelleMail Regular is $80 one-time; Extended is $199 (lifetime point/minor updates + 6 months support). Brevo is a recurring monthly subscription per the Free / Starter / Business / Enterprise tiers on brevo.com/pricing/.
Lifetime updates AcelleMail license includes lifetime point + minor releases. Brevo customers receive product updates as part of the subscription.
Data export ownership AcelleMail runs on a database you control — full SQL access, CSV export, and REST API. Brevo offers contact CSV export plus the developers.brevo.com REST API for programmatic export.
Source code visibility AcelleMail ships full unencrypted PHP source. Brevo is a closed-source cloud service; only the published REST/SMTP API surface is documented.
Coût total de possession

Coût sur 3 ans selon trois scénarios concrets

Brevo is a cloud subscription billed monthly on send volume per its published Free / Starter / Business / Enterprise tiers; AcelleMail is a one-time license you self-host on a VPS plus a sending service. The dollar values below assume Amazon SES at $0.10 per 1,000 emails for the AcelleMail rows. Specific Brevo tier prices change — consult brevo.com/pricing for current values.

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

Brevo — Brevo Free or entry-tier paid plan Brevo Free tier covers a published daily-send cap. 4,000 monthly sends across 1,000 contacts may fit Free or require an entry paid tier — verify against current brevo.com/pricing thresholds.
Recurring monthly subscription if above Free; check current paid-tier cost.
AcelleMail — AcelleMail Regular License + small VPS + Amazon SES $5/mo VPS + $0.40/mo SES (4,000 sends × $0.0001)
$80 license + $180 VPS + $14 SES = $268 total

At 1,000 contacts and 4 sends/month, both models are inexpensive. AcelleMail one-time cost is ~$268 over 3 years; Brevo at this volume may fit Free. Compare against your current Brevo invoice on the published tier.

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

Brevo — Brevo Business or higher tier covering 80K monthly sends Brevo paid tier billed monthly per the published send-volume tier covering 80K monthly sends. Marketing automation is included on the Business tier per brevo.com/pricing.
Recurring monthly subscription × 36 months — verify against current pricing.
AcelleMail — AcelleMail Regular License + $10 VPS + Amazon SES $10/mo VPS + $8/mo SES (80,000 × $0.0001)
$80 license + $360 VPS + $288 SES = $722 total

At 10K contacts and 80K monthly sends, AcelleMail self-hosted on SES converges to roughly $20/month after the license is amortized. The cost gap depends on the Brevo tier covering this volume.

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

Brevo — Brevo + custom multi-tenant integration layer Brevo is a single-account product per subscription; agencies typically operate 50 separate Brevo accounts or a custom routing layer over a single Brevo subscription.
50 accounts × subscription, OR aggregate Brevo Business/Enterprise + custom tenant build.
AcelleMail — AcelleMail Extended License + $20 VPS + Amazon 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) bundled. Brevo handles the cloud infrastructure but does not bundle reseller-billing primitives.

Playbook de migration

Brevo → AcelleMail en sept étapes

La plupart des équipes basculent en moins d'une semaine. La mise en place technique prend une demi-journée ; l'étape chronophage est la reconstruction des automatisations multi-étapes et des modèles.

  1. 1. Export from Brevo

    In the Brevo dashboard, export contacts as CSV from Contacts → Lists → Export. For programmatic export, the Contacts API at GET /contacts returns paginated records with attributes and list memberships. Campaign HTML can be retrieved per-campaign via GET /emailCampaigns/{id}. Marketing automation flows are documented in the Brevo dashboard; rebuild logic from those screenshots in AcelleMail Automation2.
  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. If you want to keep Brevo as the sender, configure the Generic SMTP driver pointing at smtp-relay.brevo.com with your Brevo SMTP key. Paste the API key, run the test-send, confirm. The 8 built-in drivers live in app/SendingServers/Drivers/Vendors/.
  4. 4. Import contacts + attributes

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

    For Templates, paste your Brevo HTML into AcelleMail's template editor. Substitution syntax differs: Brevo Templates use {{ contact.FIRSTNAME }}; AcelleMail uses {{ subscriber.first_name }}. Subscriber-attribute access is equivalent. For automation flows, use Automation → New Workflow — Brevo flows expressed in its visual builder rebuild as AcelleMail 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 continue using Brevo as the upstream sender via SMTP relay, the existing Brevo DKIM/SPF records keep working unchanged.
  7. 7. Test deliverability + cut over

    Send a test campaign to GlockApps or Mail-Tester (free). Aim for 9.5/10. Run the next live campaign from AcelleMail in parallel for one cycle, watch open/click rates against your prior baseline, then turn off Brevo Marketing Platform. Most teams cut over inside a week. Brevo SMTP relay can stay if you want — AcelleMail uses Generic SMTP with your Brevo credentials.
Adéquation opérationnelle

Quand l'auto-hébergement n'est pas le bon choix

L'email marketing auto-hébergé est un compromis : coût moindre et pleine maîtrise, en échange d'une responsabilité opérationnelle. Un SaaS managé peut s'avérer préférable dans les situations ci-dessous.

  • You need SMS, WhatsApp, chat, and CRM in one dashboard

    AcelleMail core is email-focused. SMS and WhatsApp campaigns, the live-chat widget, and the CRM module are not in core — they would be custom plugin work or external integrations. Teams that need a unified marketing-and-sales dashboard with email + SMS + WhatsApp + chat + CRM in one product may find Brevo's bundle a better fit out of the box, accepting the recurring subscription cost.

  • You don't want to operate any server infrastructure

    AcelleMail is a self-hosted PHP application — you provision a VPS, install PHP-FPM + a web server, point a domain, and maintain backups. Teams that prefer a fully managed cloud service with no servers to operate may pick Brevo and accept the recurring subscription cost. The tradeoff is between recurring SaaS spend and one-time license + ops responsibility.

  • You require a managed cloud sender with bundled IP reputation

    Brevo manages IP reputation and sending infrastructure for the cloud service. AcelleMail self-hosted relies on the underlying sending service (SES, SendGrid, Mailgun, etc.) for IP reputation; the application layer doesn't replace the deliverability work that a managed cloud provider does on shared/dedicated IP pools.

  • Your buyer expects EU data residency by default

    Brevo is headquartered in Paris and operates EU data infrastructure per its published terms. Teams whose buyer expects EU-only data residency by default and who don't want to operate the underlying infrastructure may find Brevo a closer policy fit. AcelleMail self-hosted lets you choose the exact data residency by picking the VPS region — but the operational responsibility is yours.

Coût par cas d'usage

Trois profils d'acheteurs

Les chiffres associent les tarifs d'entrée vérifiés aux fourchettes annoncées par le calculateur lorsque cela s'applique. Comparez les chiffres ; le bon choix dépend de la capacité de votre équipe à assumer les arbitrages opérationnels ci-dessus.

  • SaaS team — product newsletter + transactional

    Situation : 8,000 trial signups + 2,000 paid customers, weekly product newsletter (~10,000 sends/week), 4-step onboarding drip, transactional sends for billing + receipts.

    Coût Brevo : Brevo Marketing Platform paid tier covering 40K+ monthly sends + transactional volume. Billed monthly; consult brevo.com/pricing for the tier and current price.

    Coût AcelleMail : $80 once + $10/mo VPS + ~$5/mo SES (50K total sends × $0.0001). Or keep Brevo SMTP relay and pay Brevo only for the sending volume; the marketing platform layer becomes free after the one-time license.

  • Marketing agency — 50 client lists

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

    Coût Brevo : Brevo: 50 separate accounts (~50× subscription) OR a single aggregate Business/Enterprise plan + custom tenant routing. Reseller-billing primitives are not bundled.

    Coût 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

    Situation : Weekly newsletter (~20K sends/month), no automation flows, no SMS or WhatsApp.

    Coût Brevo : Brevo paid tier covering 20K+ monthly sends, billed monthly per the published send-volume tier.

    Coût AcelleMail : $80 license + $5/mo VPS + ~$2/mo SES (20K × $0.0001). License recovers ~12-24 months of equivalent paid SaaS subscription if previously paying for hosted email.

Approfondissements pour l'opérateur

Pour l'opérateur qui pilote la migration

Cliquez sur n'importe quel titre ci-dessous pour déployer une analyse technique approfondie. Mêmes contenus que ceux déjà couverts par la page marketing — repliés ici afin que la page reste lisible rapidement, mais toujours disponibles pour l'ingénieur qui réalise le travail concret.

Migration complète Brevo → AcelleMail — chaque étape détaillée

Le playbook en 7 étapes ci-dessus, chaque action étant détaillée pour l'opérateur. Temps total : environ une demi-journée de mise en place technique, puis 1 à 5 jours pour reconstruire les modèles & les automatisations selon la complexité des listes.

  1. 1. Export from Brevo. In the Brevo dashboard, export contacts as CSV from Contacts → Lists → Export. For programmatic export, the Contacts API at GET /contacts returns paginated records with attributes and list memberships. Campaign HTML can be retrieved per-campaign via GET /emailCampaigns/{id}. Marketing automation flows are documented in the Brevo dashboard; rebuild logic from those screenshots in AcelleMail Automation2.
  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. If you want to keep Brevo as the sender, configure the Generic SMTP driver pointing at smtp-relay.brevo.com with your Brevo SMTP key. Paste the API key, run the test-send, confirm. The 8 built-in drivers live in app/SendingServers/Drivers/Vendors/.
  4. 4. Import contacts + attributes. In Lists → Create List, recreate your Brevo lists with their attribute schema (Brevo contact attributes map to AcelleMail subscriber custom fields one-to-one). Use Import → Upload CSV and map columns. For lists over 100K, use the chunked import or seed via the REST API.
  5. 5. Recreate templates and campaigns. For Templates, paste your Brevo HTML into AcelleMail's template editor. Substitution syntax differs: Brevo Templates use {{ contact.FIRSTNAME }}; AcelleMail uses {{ subscriber.first_name }}. Subscriber-attribute access is equivalent. For automation flows, use Automation → New Workflow — Brevo flows expressed in its visual builder rebuild as AcelleMail 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 continue using Brevo as the upstream sender via SMTP relay, the existing Brevo DKIM/SPF records keep working unchanged.
  7. 7. Test deliverability + cut over. Send a test campaign to GlockApps or Mail-Tester (free). Aim for 9.5/10. Run the next live campaign from AcelleMail in parallel for one cycle, watch open/click rates against your prior baseline, then turn off Brevo Marketing Platform. Most teams cut over inside a week. Brevo SMTP relay can stay if you want — AcelleMail uses Generic SMTP with your Brevo credentials.
Approfondissement par fonctionnalité — où les deux produits divergent + contournements

Le tableau de comparaison ci-dessus montre la parité des fonctionnalités ; voici le contexte supplémentaire pour chaque ligne assortie d'une note non triviale — utile lorsque l'une des plateformes est « partielle » et qu'il vous faut le contournement.

Email creation

  • Spintax / dynamic content: AcelleMail includes spintax + per-subscriber merge fields. Brevo Templates support attribute substitution and Liquid-style logic; spintax-style randomization is not in the published Templates API.

Automation & flows

  • RSS-to-email: AcelleMail can pull RSS feeds into scheduled campaigns. Brevo supports scheduled campaigns and external integrations via REST API; first-party RSS triggers depend on the current plan tier.

Multi-channel

  • SMS campaigns: AcelleMail core is email-only; SMS would be a custom plugin or external integration. Brevo bundles SMS campaigns as a billable channel.
  • WhatsApp messaging: Not in AcelleMail core. Brevo bundles WhatsApp campaigns and conversations.
  • Live chat / inbox: Not in AcelleMail core. Brevo bundles a live-chat widget and a unified inbox.
  • CRM (deals + tasks): AcelleMail manages contacts and segments; deal pipelines and tasks are not in core (custom plugin or external CRM). Brevo bundles a CRM module with deals, tasks, and meeting scheduling.

Deliverability

  • Multiple sending services: AcelleMail ships 8 native drivers (SES, SendGrid, SparkPost, Mailgun, Elastic Email, Blastengine, Gmail, generic SMTP). Brevo is itself the sending service.
  • IP warmup: AcelleMail supports daily/hourly send caps per sending server for gradual warmup. Brevo provides dedicated IPs on higher plan tiers; warmup is managed by Brevo on those plans.

Integrations

  • SMTP relay (use as upstream): AcelleMail itself is a marketing platform; outbound SMTP is delegated to your sending server. Brevo offers SMTP relay at smtp-relay.brevo.com — usable from AcelleMail via the Generic SMTP driver if you want to keep Brevo as the sender.
  • WordPress / WooCommerce sync: AcelleMail provides an official WordPress / WooCommerce plugin. Brevo offers WordPress and WooCommerce plugins that sync subscribers and trigger marketing automation.
  • 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>. Brevo extension is via the public REST API + webhooks; there is no in-process plugin runtime.

SaaS / multi-tenancy

  • Multi-tenant workspaces: AcelleMail Extended ($199) ships a reseller layer with customer accounts, plans, and billing. Brevo is a single-account product per subscription.
  • Subscription plans + payment gateways: AcelleMail bundles 6 payment gateways (Stripe, PayPal, Braintree, Razorpay, Paystack, Offline) for resellers. Brevo does not include reseller-billing primitives.
  • White-label / remove vendor branding: AcelleMail Extended removes branding for reseller use. Brevo "Remove Brevo logo" is a paid feature on higher plan tiers per its dashboard settings; the dashboard itself remains Brevo-branded.
  • Reseller billing / dunning: AcelleMail's Cashier package covers subscriptions, prorated upgrades, and dunning. Brevo does not provide reseller billing primitives.

Operations

  • Self-hosted on your servers: AcelleMail is a PHP application — runs under PHP-FPM + nginx/Apache on hardware you control. Brevo is a Brevo-operated cloud service.
  • Database — relational: AcelleMail uses MySQL ≥ 5.7 or MariaDB ≥ 10.3 — direct SQL access. Brevo data is in Brevo's managed cloud; access is via REST API and CSV export.
  • On-premise / air-gapped deployment: AcelleMail can run fully on-premise or in air-gapped environments. Brevo is cloud-only.

Cost & ownership

  • License model: AcelleMail Regular is $80 one-time; Extended is $199 (lifetime point/minor updates + 6 months support). Brevo is a recurring monthly subscription per the Free / Starter / Business / Enterprise tiers on brevo.com/pricing/.
  • Source code visibility: AcelleMail ships full unencrypted PHP source. Brevo is a closed-source cloud service; only the published REST/SMTP API surface is documented.
Comparaison des coûts à l'échelle — trois profils d'acheteurs côte à côte

La carte TCO ci-dessus présente les chiffres d'entrée de gamme ; cette vue empile les trois profils d'acheteurs côte à côte afin que vous puissiez retenir celui qui colle au mieux à votre volume de contacts et à votre fréquence d'envoi.

SaaS team — product newsletter + transactional

  • Situation : 8,000 trial signups + 2,000 paid customers, weekly product newsletter (~10,000 sends/week), 4-step onboarding drip, transactional sends for billing + receipts.
  • Coût Brevo : Brevo Marketing Platform paid tier covering 40K+ monthly sends + transactional volume. Billed monthly; consult brevo.com/pricing for the tier and current price.
  • Coût AcelleMail : $80 once + $10/mo VPS + ~$5/mo SES (50K total sends × $0.0001). Or keep Brevo SMTP relay and pay Brevo only for the sending volume; the marketing platform layer becomes free after the one-time license.

Marketing agency — 50 client lists

  • Situation : Email service for 50 small-business clients, average 2,000 subscribers each, monthly newsletter + occasional promo.
  • Coût Brevo : Brevo: 50 separate accounts (~50× subscription) OR a single aggregate Business/Enterprise plan + custom tenant routing. Reseller-billing primitives are not bundled.
  • Coût 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

  • Situation : Weekly newsletter (~20K sends/month), no automation flows, no SMS or WhatsApp.
  • Coût Brevo : Brevo paid tier covering 20K+ monthly sends, billed monthly per the published send-volume tier.
  • Coût AcelleMail : $80 license + $5/mo VPS + ~$2/mo SES (20K × $0.0001). License recovers ~12-24 months of equivalent paid SaaS subscription if previously paying for hosted email.

Utilisez le calculateur d'économies pour obtenir un chiffre personnalisé en fonction de votre nombre exact d'abonnés et de votre fréquence d'envoi.

Contre-positionnement honnête — objections courantes au changement

Quatre objections que tout opérateur soupèse avant de migrer depuis Brevo ou tout autre SaaS. Réponses sans détour — ce sont de véritables arbitrages, et le bon choix dépend de votre équipe.

1. « Le changement coûte plus cher qu'il ne rapporte. »

Évaluation honnête : pour des listes inférieures à ~500 contacts, l'offre gratuite ou l'entrée de gamme de Brevo peut être plus économique qu'un VPS à 5–10 $/mois plus la licence AcelleMail — avant même de compter le temps de l'opérateur. Le point d'équilibre se situe en règle générale entre 1 000 et 5 000 contacts. Faites vos propres calculs via le calculateur de coût avant de trancher.

2. « La délivrabilité va s'effondrer en auto-hébergement. »

Vrai si vous opérez un MTA auto-géré sans warmup. FAUX lorsque AcelleMail relaie via un service d'envoi managé (Amazon SES, SendGrid, Mailgun, Postmark) — ces prestataires gèrent la réputation IP ; AcelleMail n'orchestre que les campagnes et le tracking. Atteindre une parité de placement en boîte de réception avec Brevo est la norme, non l'exception, avec cette configuration.

3. « Mon équipe n'a pas le temps d'apprendre un nouvel outil. »

Préoccupation légitime. L'interface de AcelleMail reprend les schémas usuels (constructeur de campagnes, listes d'audience, flux d'automatisation), si bien que la plupart des utilisateurs de Brevo sont productifs dès le premier jour. Le véritable poste de temps est la reconstruction des automatisations multi-étapes et des bibliothèques de modèles — comptez 1 à 5 jours selon la complexité, pas des semaines.

4. « Et si AcelleMail cessait d'être maintenu ? »

L'auto-hébergement inverse le risque : vous possédez une copie perpétuelle du code source. Aucune évolution tarifaire, dépréciation ou acquisition d'un éditeur ne peut vous priver de la plateforme. Si les mises à jour cessent, votre installation existante continue de fonctionner. À comparer avec un SaaS où les décisions de l'éditeur sur le prix, les fonctionnalités ou l'arrêt du service sont unilatérales.

Foire aux questions

Questions fréquentes

Puis-je migrer de Brevo (anciennement Sendinblue) vers AcelleMail sans perdre les données d'abonnés ?
Oui. Brevo exporte les contacts en CSV depuis Contacts → Listes → Exporter ; l'API Contacts à GET /contacts renvoie du JSON paginé pour un export programmatique complet. L'import de AcelleMail accepte le CSV avec mapping de champs personnalisés et prend en charge XLSX ou un seed DB direct pour les très grandes listes. Les attributs de contact Brevo se mappent un pour un sur les champs personnalisés d'abonné. Prévoyez une demi-journée pour une liste de moins de 5 000 contacts ; 2 à 3 jours pour des listes avec une logique d'automatisation étendue à reconstruire.
Puis-je continuer à utiliser Brevo comme moteur d'envoi après être passé à AcelleMail ?
Oui — Brevo propose un relais SMTP à smtp-relay.brevo.com accessible depuis le driver Generic SMTP de AcelleMail. Configurez-le sous Serveurs d'envoi → Ajouter → Generic SMTP avec votre clé SMTP Brevo. AcelleMail gère alors la couche plateforme marketing (listes, campagnes, automatisations) et Brevo continue de gérer la livraison SMTP réelle et la gestion de la réputation.
Comment l'automatisation de AcelleMail se compare-t-elle à l'automatisation marketing de Brevo ?
Automation2 de AcelleMail fournit un constructeur de workflow visuel avec nœuds trigger / wait / condition / send / tag-update / segment-move — les parcours multi-étapes se configurent dans l'UI sans code. Brevo inclut l'automatisation marketing sur ses paliers Marketing Platform payants avec un constructeur visuel similaire. Les deux approches supportent les parcours multi-étapes ; la différence d'adéquation porte sur le fait de vouloir la couche marketing auto-hébergée (AcelleMail) ou entièrement gérée multi-canal (Brevo).
Pourquoi AcelleMail facture-t-il 80 USD alors que Brevo propose une offre gratuite ?
La licence Regular de AcelleMail (80 USD, paiement unique) est une licence commerciale qui inclut les mises à jour mineures à vie, 6 mois de support et le code source PHP complet, sans frais récurrents par email ou par contact. Brevo propose un palier gratuit avec un plafond d'envois quotidiens publié ; au-delà, les paliers payants facturent mensuellement selon le volume d'envoi. Les 80 USD couvrent un bundle différent : automatisation visuelle, plugin SDK, 8 drivers d'envoi, UI multilingue, et la voie Extended vers une couche SaaS multi-tenant (199 USD).
AcelleMail inclut-il SMS et WhatsApp comme Brevo ?
Le cœur de AcelleMail est centré sur l'email. Les campagnes SMS et WhatsApp ne sont pas incluses dans le core ; vous les intégreriez via le plugin SDK (pattern REGISTRY pour ajouter un canal d'envoi) ou via un service externe comme Twilio. Brevo regroupe SMS et WhatsApp comme canaux facturables dans le même tableau de bord. Les équipes dont le besoin principal est le marketing multi-canal dans un seul produit peuvent trouver Brevo plus adapté ; celles qui veulent le contrôle de la plateforme email avec des canaux séparés pour SMS/WhatsApp préféreront AcelleMail + un fournisseur SMS dédié.
Puis-je exploiter plusieurs comptes clients sous une seule installation AcelleMail ?
Oui — c'est précisément ce que couvre la licence Extended de AcelleMail (199 USD). Elle regroupe une couche multi-tenant : comptes clients, plans d'abonnement, 6 passerelles de paiement (Stripe, PayPal, Braintree, Razorpay, Paystack, Offline), mises à niveau au prorata, dunning et marque blanche. Brevo est un produit à compte unique par abonnement. Voir la page For Agencies pour l'architecture.
Quel stack AcelleMail requiert-il par rapport à Brevo ?
AcelleMail : PHP 8.1+, MySQL ≥ 5.7 ou MariaDB ≥ 10.3, ~512 Mo de RAM minimum, 1 Go recommandé pour des listes jusqu'à ~50K. Fonctionne sous PHP-FPM derrière nginx ou Apache. Brevo est un service cloud géré par Brevo — aucun stack à héberger côté client. La surface côté client est la REST API à developers.brevo.com ou le relais SMTP à smtp-relay.brevo.com.
AcelleMail dispose-t-il d'un plugin SDK ?
Oui. AcelleMail livre un système de Hooks à quatre patterns (REGISTRY, EVENT, FILTER, BEHAVIOR) — les plugins vivent sous storage/app/plugins/ et peuvent enregistrer des drivers d'envoi, des passerelles de paiement, des panneaux UI et des hooks de cycle de vie. Voir la documentation Plugin SDK pour les quatre patterns et exemples détaillés (Postal MTA, passerelle Paddle, plugin AI). L'extension de Brevo passe par la REST API publique + webhooks ; il n'existe pas de runtime de plugin in-process.
Où résident mes données avec AcelleMail par rapport à Brevo ?
Les données de AcelleMail vivent dans la base de données sur le VPS que vous avez provisionné. Vous choisissez la résidence des données en choisissant la région du VPS. Brevo est exploité par Brevo (siège à Paris) sur l'infrastructure cloud de Brevo selon ses conditions publiées ; les équipes ayant des exigences strictes de résidence UE trouvent souvent cela approprié. La différence de coût est opérationnelle : le choix de résidence avec AcelleMail ne coûte rien de plus mais exige que vous opériez l'hôte ; la résidence Brevo est incluse dans l'abonnement.
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. Brevo SMTP relay stays usable as a sending driver if you want both. Try the live demo before you buy.

Brevo est la marque déposée de son titulaire. Cette page est une comparaison produit objective rédigée par AcelleMail ; nous ne sommes ni affiliés, ni soutenus, ni sponsorisés par Brevo. Tous les faits cités proviennent de documents publics référencés ci-dessus ; merci de signaler toute inexactitude à contact@acellemail.com et nous procéderons à la correction.