- Allow skipping DNS check for imports
- Added option to use subscription widgets
- Fixed security issue where description tags were able to include script tags. Reported by Andreas Lindh. Fixed with ae6affda
- Fixed security issue where templates that looked like file paths loaded content from arbitrary files. Reported by Andreas Lindh. Fixed with 0879fa41
- Fixed security issue where users were able to use html tags in subscription values. Reported by Andreas Lindh. Fixed with 9d5fb816
- Support for multiple HTML editors (Mosaico, GrapeJS, Summernote, HTML code)
- Reverted license back to GPL-v3 to support Mosaico
- Changed license from MIT to EUPL-1.1
- Added support for sending mail using AWS SES
- Added option to distribute sending queue between multiple processes to speed up delivery
- Changed license from GPL-V3 to MIT
- Updated installation script to bundle ZoneMTA as the default sending engine
- Added new option to disable clicked and opened tracking
- Store remote IP for subscription confirmations
- Added new custom field for JSON data that is rendered using Handlebars when included in an email
- Render list values using Handlebars templates
- Added new API method to create custom fields
- Added LDAP authentication support
- Check SMTP settings using AJAX instead of posting entire form
- Fixed ANY match segments with range queries
- Added an option to disable un/subscribe confirmation messages
- Added support for throttling when sending messages
- Added preview links in message lists
- Added API method to delete subscribers
- Added a counter to triggers with a view to list all subscribers that caused this trigger to fire
- Fixed invalid base SQL dump
- Automation support. Create triggers that send a campaign once fired
- Fixed an issue with unresolved URL redirects
- Added support for relative date ranges in segments
- Retry transactional mail if failed with soft error (4xx)
- New feature to preview campaigns using selected test users
- Fix a bug with SMTP transport instance where campaign sending stalled until server was restarted
- Fetch multiple unsent messages at once to speed up delivery
- Fixed a bug of counting unsubscribers correctly
- Use LONGTEXT for template text fields (messages might include inlined images which are larger than 64kB)
- New look
- Added views for bounced/unsubscribed/complained etc.
- Added missing views for subscribers who clicked on any link and subscribers who opened the message
- Fixed an issue in API
- Show details about subscribers who clicked on a specific link
- Updated API, added new option REQUIRE_CONFIRMATION for subscriptions to send confirmation email before subscribing
- Added simple API support for adding and removing list subscriptions
- Fixed a bug in unsubscribing through the admin interface
- Added individual link click stats
- Added support for RSS templates
- Added support for RSS campaigns
- Subscribers get timezone attached to their profile
- Outgoing messages are preprocessed using juice
- Added installation script for easier setup
- Added option to use an URL as message source (when message needs to be rendered a POST request with Merge Tags as the POST body is made against that URL)
- Added option to schedule sending. You can set optional delay time when starting campaign sending. Once this time is reached sending starts automatically
- Show meaningful MySQL error when connection fails
- Rewrite merge tags in links (allows using links like
http://example.com/?u=[FIRST_NAME]
in messages) - Added view for Imports to list failed addresses
- Automatic SQL table creation on initial run (no need for the
mysql
command anymore) - Automatic SQL table updates on startup
- Send welcome and unsubscribe confirmation emails for subscribers
- Added support for GPG encryption for outgoing messages (requires custom field "GPG Key" set up for the list)
- Added new SMTP option: allow self-signed certs
- Added new setting: Disable WYSIWG editor (allows better handling of complex HTML templates)
- Allow downgrading user when server started as root (user is downgraded once all ports are bound)
- Added Nitrous.io one-click install button for easy try-out
- Added Max Post Size option to allow larger payloads from bounce webhooks
- Added VERP support to catch bounces using built in VERP smtp-server (disabled by default)