What's new in evoMailer v.1.4

  • New sending methods (api/smtp) and webhook endpoints (to record deliveries, bounces and complaints) for Mandrill, Postmark, Mailjet, Mailersend, Brevo, smtp.com.
  • Sending domains and built-in DKIM-signing.
  • New rate limiting / throttling mechanism (for non smtp methods).
  • Sender profiles hourly and daily quotas and a Total sent counter.
  • For the Amazon SES api you have a utility that retrieves your sending history and other related data provided by Amazon (delivery attempts, bounces, complaints, rejects).
  • For sender profiles that use an api sending method you have an email test utility (similar to the one you have for smtp servers).
  • Countdown timer fully configurable. You can set your own default styling and quickly insert it in your newsletter through the templates button of the WYSIWYG html editor.
  • New field for mailing lists, Short description to be used in opt-in forms (instead of the extensive larger description where you can keep your own notes).
  • Added a Quick edit pop-up for newsletter subject, tags, memo, preheader.
  • Changed to px (from pt) the WYSIWYG html editor font sizes list.
  • A new option to add subscribers from the advanced search results to an existing list.
  • Quick search also extended to opt-outs.
  • Added the ID in subscriber quick search results.
  • The latest activity chart in your welcome page will only show the time for today’s activity.
  • New api parameters when doing a subscriber POST: check_optouts & remove_tags. Until now you could only add Tags. Using check_optouts you can control if the subscriber will be added to lists that he opted-out in the past or added at all (in case he did a global opt-out in the past).
  • The Campaign completed email that is sent to the administrator includes a link to shared summary report and the html newsletter attached.
  • You can edit an smtp server from the sender profiles page and edit a sender profile from the smtp servers page. So no need to switch pages.
  • Choose the subscriber fields you want to see in your reports directly from your subscribers page.
  • Moved all hardcoded settings to the database. This simplifies future upgrades. Opt-in form default styles can be set in your admin panel configuration settings.
  • PHP 8.1 or later is required.
 

New features added in v.1.3

  • 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 atimeline 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. Like this.
  • 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 a new option 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.
Top of page