Release Highlights#
AcelleMail 5.2 is one of the most substantial updates in recent history, with improvements across the editor, automation engine, and sending infrastructure.
AI Writing Assistant#
The campaign editor now includes a built-in AI writing assistant powered by OpenAI. Highlight any text block and click "Improve with AI" to:
- Rewrite in a different tone (formal, casual, urgent)
- Expand a short bullet into a paragraph
- Generate subject line variations
- Translate to another language
Configure your OpenAI API key in Settings → AI Features.
New Segment Conditions#
Segmentation now supports:
| Condition |
Example |
| Email domain |
@gmail.com subscribers only |
| Custom field contains |
city contains "London" |
| Campaign interaction |
Opened any campaign in last 30 days |
| Subscriber age |
Joined more than 90 days ago |
Refreshed Template Library#
50+ new responsive templates across categories: e-commerce, SaaS, events, newsletters, and re-engagement. All templates are dark mode compatible.
Performance#
- Campaign sending throughput improved by ~30% through batched queue processing
- List import is now async with progress tracking — no more timeouts on large CSVs
- Dashboard analytics queries optimized with new database indexes
Upgrading#
Run the standard upgrade process: pull the new code, run composer install, then php artisan migrate. No breaking changes to the API or database schema.