What's new in evoMailer v.1.3
- PHP 8.2 ready.
- A/B split test report shows also opt-outs by newsletter.
- New assets/images file browser with improved functionality.
- Improved the Quick search by adding search in mailing lists.
- Improved the Advanced search with a new filter on clicks and views: with/without clicks/views in the last X days.
- Redirection URLs (welcome, goodbye etc) in Sender profile settings can be personalized with subscriber data. Example:. ...?email=[sub_email].
- When creating/editing a campaign, you see the total number of recipients when changing lists, tags, filters and other options (no need to click 'Count').
- Opt-in city & country show in subscriber profile page.
- Added from-until dates in timeline chart. Helpful for autoresponders since the time frame is quite extensive.
- Updated Amazon SNS bounces processing: added option to ignore "transient" bounces that have sub-type "general". By default it ignores them. You can change this in /inc/classUtil.php.
- Updated Sendgrid webhook to capture events of type “dropped”.
- The + sign in emails is now allowed when using opt-in forms.
- Enhanced click/open report to show location or else IP if you are not recording location data.
- Added country & city in csv exports of clicks & opens.
- Cloning a newsletter also clones the preheader.
- Added "Clone a data source".
- Improved the creation of text versions from html newsletters.
New features added in v.1.2
- The opt-in form builder was improved so you can style your forms the way you like. Choose background, label, input and text colors and fonts for each form.
- You can add a Preheader in your Html newsletters without editing the code. .
- Hard bounces & complaints threshold to automatically pause a campaign when it is reached. The administrator is notified by email.
- When using the "Send web page method" to create a campaign you can open the templates manager to upload a new or select an html file from your templates.
- When creating a campaign or an autoresponder you have to exclude subscribers that were bulk-imported. This is very handy particularly with autoresponders.
- Extended newsletter "Quick Search" also to body (besides subject and tags). Also added a case sensitive option.
- Advanced Search greatly improved,
- Single click CSV export for all search results.
- Option to choose campaigns. Using this you can view and csv-export the subscribers that were included in a campaign.
- Added Starts with & Ends with in the search operators (besides contains / does not contain).
- New option to exclude suppressed subscribers when you CSV-export them. Also added opt-out city and country fields in the exported file.
- An improvement regarding Public vs Private/Hidden newsletters. Although you may have a newsletter as hidden so it does not show in the newsletter archive, it can be seen when clicking the smart link to Read this in your browser in a campaign context.
- Added two new merge-tags for dates in newsletters: [M_d,_YYYY] (August 11, 2022) & [YYYY] (current year)
- New setting to automatically show a link to read the Html newsletter in the browser when the email client blocks html content and shows only the text part.
- For stricter GDPR compliance you have a new optional setting. You may erase all emails from Opt-outs, Complaints and the Send-log using a cron job to _reset.php that are older than the period you define.
- Several libraries were updated.
- How to upgrade.