v8.x Changelog

Dada Mail Changelog for v8.x

8.4.0

Dada Mail Manual revision

The Dada Mail Manual has been revised for the v8.4.0 release. The following chapters have been updated, to include up to date information on Dada Mail's new features, like recurring schedules.

Features

Recurring Scheduled Mass Mailing Enhancements

Dada Mail supports sending out mass mailings on a specific predetermined date and time, as well as on a recurring schedule; where the start and end date, time, and day may be set.

Now, Dada Mail also supports sending the next edition of a recurring scheduled mass mailing only if the content differs from the previously sent out message.

This can be useful - consider the following scenario:

You're sending out a web page and this page is only be periodically updated - say it's the index page of a blog. You only want to send it out, if there's been new entries posted. Using this feature, you would set up your recurring schedule and only when the page is updated will a new edition of the mass mailing be sent out.

Send a Webpage: Send a Cropped Webpage

Dada Mail now has supports sending only a cropped portion of the webpage's content. All you will need to do is specify the HTML tag Dada Mail should look for, when searching for the content. The rest of the page will not be included as part of the message.

This can be helpful, if the original of the message you would like to send is a full blown page from a website, but you would rather not send the entire page as such a message would not render well as a email message.

Send a Webpage: PlainText version via URL

Much like fetching the HTML version of your message by URL, you may do the same with the PlainText version as well.

Tracker Plugin: Tracking the User Agent

Dada Mail's Tracker plugin is useful in collecting a lot of information about activity related to your mass mailings: information like opens, clickthroughs, unsubscribers and bounces and logged and reported using this plugin.

Dada Mail now tracks and reports on the user agent (the app used: like your browser or mail client) that's being used to open, and view clickthroughs. This feature is currently in a rough form, but a pie chart is now available in the Tracker plugin for each mailing list message you've sent out showing what user agent was being used for both opens and clickthroughs. We're investigating the best way to display this information, but thought best to introduce it, as it is. In the future,

Bounce Handler Plugin: Optimizations

Bounce Handler bogs down if you have a large number of lists, with a large number of subscribers, and a large number of bounces from this list. Processing bounces in this setup is fairly intense. We've made some modifications to the plugin to handle this scenario in a more optimized way.

Bugfixes

List Names set the same as List Email sometimes interpreted as an email address in From:, To: headers

https://github.com/justingit/dada-mail/issues/512

8.3.0

Summary

This is a feature release, relating to features first introduced in the v8 series of Dada Mail. We're building upon those features, and making them more useful.

Features

Magic User Templates Enhancements

We've added four new options, when creating your Magic User Templates. They're there to help with compatibility with your already existing site design.

These four options control how Dada Mail inserts its own Javascript into the template. Since it's basing the template off your already existing site design it's possible that some of the JavaScript libraries required, like jQuery, are already included within your page. If so, there's no need to add them again - doing so could potentially disrupt functionality on your site or inadvertainly change the design of your page.

More can be learned about Magic User Templates in Dada Mail's documentation on Advanced Installation Configuration options in the Dada Mail Installer. These options are available in Pro Dada:

https://dadamailproject.com/d/install_dada_mail-advanced_configuration.pod.html#Configure-Global-Template-Options

Send a Webpage: grab the Subject of a message, from the Title of the Webpage

Rather than setting the Subject of a message manually when sending a webpage, you can tell Dada Mail to use the title of the webpage as the Subject of the message.

This can be used to easily have a dynamic message subject, when sending out a recurring scheduled mass mailing.

Look for this feature in the Mass Mailing - Send a Webpage screen

Bugfixes

Archived message file attachments cannot always be downloaded

https://github.com/justingit/dada-mail/issues/509

Installer: incorrect javasript filename being called

https://github.com/justingit/dada-mail/issues/510

List Invitations: Multiple invites are allowed to be sent to the same address

https://github.com/justingit/dada-mail/issues/511

Changes

jQuery and jQuery Libraries updated

Dada Mail relies on jQuery and many independent jquery plugins to enhance its user experience. We've upgraded jQuery to v1.11.3, as well as updating the Colorbox plugin to v1.6.1. This should help with compatibility when using Dada Mail's Magic User Templates feature.

8.2.0

Features

Recurring Scheduled Mass Mailings

Recurring Scheduled Mass Mailings have been integrated into the core of Dada Mail, having only been available before in the now retired Beatitude plugin.

Set a beginning and end date of your mass mailings, the time they should all go out, and the days of the week that you would like the mailings to be sent.

More information on Single and Recurring Scheduled Mass Mailings can be found here:

https://dadamailproject.com/d/features-scheduled_mass_mailings.pod.html

Bugfixes

Unsubscription Requests Do Not Work in the List Control Panel

https://github.com/justingit/dada-mail/issues/508

CC addresses not removed from bridge email when using SES

https://github.com/justingit/dada-mail/issues/507

8.1.0

Summary

This release primarily introduces Magic User Templates as an experimental feature.

Features

Magic User Templates (Experimental)

Magic Templates allow you to simply set a URL to fetch a webpage, which will then be utilized as your global user template. Various options to adjust the output of your template are available, all of which are available in the included Dada Mail Installer's Advanced Configuration:

https://dadamailproject.com/d/install_dada_mail-advanced_configuration.pod.html#Configure-Global-Template-Options

8.0.3

Summary

This is a bugfix release of Dada Mail.

Bugfixes

Problems creating new list if errors present in values passed

https://github.com/justingit/dada-mail/issues/506

Subscription Form: Restful Subscribe API not working in jsonp mode

https://github.com/justingit/dada-mail/issues/505

Membership >> Remove Subscribers throws, "Yikes!" error when you attempt to upload a file

https://github.com/justingit/dada-mail/issues/504

Tracker plugin: Bounce Handler reports do not show in modal window

https://github.com/justingit/dada-mail/issues/503

Images don't show in archive view in Chrome

https://github.com/justingit/dada-mail/issues/502

Gravatar Images break with p.p. mode enabled

https://github.com/justingit/dada-mail/issues/500

Minimal Subscription Form does not have correct form field name

https://github.com/justingit/dada-mail/issues/499

Version Check Broken

https://github.com/justingit/dada-mail/issues/498

Rejected Emails not being attached

https://github.com/justingit/dada-mail/issues/496

Extra Bracket in multiple_subscribe.cgi

https://github.com/justingit/dada-mail/issues/495

8.0.2

Summary

This is a bugfix release of Dada Mail.

Bugfixes

Amazon SES

Recently, Amazon SES seems to have slightly changed the way it has been returning results to its API calls, specifically when finding your daily email sending quotas. This change has caused problems with Dada Mail's method of setting its auto-batching capabilities. (fixed)

https://github.com/justingit/dada-mail/issues/491

Installer

Advanced Options to set the Confirmation Token expiration date were not being written to the global configuration. (fixed)

https://github.com/justingit/dada-mail/issues/492

8.0.1

Summary

This is a bugfix release of Dada Mail, but touches upon a multitude of problems uncovered after the release of v8.0.0 of Dada Mail.

Enhancements

Admin Menu: Tracker, Mass Mailing Options

Both the Tracker and Mass Mailing Options link in the admin menu will show additional information that reflects data and settings of your mailing list

Tracker will show the number of mass mailing campaigns that have been analyzed in the Tracker plugin.

Mass Mailing Options will show your current batch sending speeds in messages per hour.

Bugfixes

Bridge

Several problems with encoding have been found in Bridge, most notably when a message in 8bit Content Transfer Encoding and UTF-8 Encoding is sent. Messages are, by default, handled in a different Content Transfer Encoding (quoted-printable), which is basically 7bit. Problem happens if you try to work with these two Content Transfer Encodings together - basically corruption of text.

To counteract this, messages received by Bridge are first changed to whatever the internal Content Transfer Encoding is, then processed as usual.

Archives w/Inline File Attachments

Somewhat related to Bridge, archives with inline file attachments wouldn't show up correctly. (fixed)

https://github.com/justingit/dada-mail/issues/482

Multiple Subscribe Extension Script

Subscription confirmation in the multiple_subscribe.cgi extension script would fail, if you have a Profile Field that is required, even if it's submitted with the form. (fixed)

https://github.com/justingit/dada-mail/issues/481

Profiles

Profiles had several issues:

Send a Webpage

Many problems have cropped up in the Send a Webpage screen, some having to do with problems with encoding (again), and others, when specific types of data are included in the webapge, including linked stylesheets. This would ultimately cause a sending to fail. (fixed)

Send a Webpage also suffered from a problem with using the option to set a custom PlainText alternative - seems as if that option was never correctly utlized, and the auto-generated version would always be used (fixed)

https://github.com/justingit/dada-mail/issues/485

List Invitations

Like most administration list control panel screens in Dada Mail, the List Invitation screen can be disabled, if you are logged in with the List Password. That's done in the list control panel screen, Your List Control Panel - Customize Feature Set

List Invitation doesn't have its screen available in the menu, so it's a little bit of a quess on how to fully disable this. The way it should work is by disabling, Membership - Invite/Subscribe/Add, but this does not work - rather disabling Mail Sending - Mass Mailing Options did this trick, which is nonsensical. (fixed)

https://github.com/justingit/dada-mail/issues/486

Subscription Confirmation URL Redirect

The URL redirect after a subscription confirmation led to a blank page (fixed)

https://github.com/justingit/dada-mail/issues/488

Installer: Setting .dada_files location

It seems that there was a bug related to setting a custom location for the .dada_files directory location. Your custom choice would not be tried out, although the installer would come back and tell you that what you've chosen won't work - maddening. (fixed)

https://github.com/justingit/dada-mail/issues/480

Log Viewer

Looks like the Log Viewer plugin always thinks you're logged in w/the List Password, even if you're logged in w/the Root Pass. There's some other oddities I'll also address. (fixed)

https://github.com/justingit/dada-mail/issues/489

Problems logging out, changing List Password

Changing the List Password works, but you will refresh to a server error screen. Seems there's some problem with the logout() method that seems to be touched quite a few times in the code. (fixed)

https://github.com/justingit/dada-mail/issues/490


Dada Mail Project

Download

Installation

Support