New Features at a Glance for v9
New Features for v9.5.0:
Viewing the Unconfirmed Subscribers sublist
Dada Mail keeps track of subscribers that have started the subscription process, but haven't yet confirmed their subscription by clicking the confirmation link that's sent to them via email. Internally, this sublist type is called, C (catchy name, huh?). It's used primarily to make sure the same address isn't repeatedly submitted to be subscribed again and again by some automated process. Curbing abuse is a big part of web apps like Dada Mail!
We've now added the ability to view and interact with this sublist. In the, Membership - View screen, you will see a new tab labeled, Unconfirmed Subscribers. You may view, search, delete, and export addresses from this sublist. You may also resend the subscription confirmation email message: look for the button to the left of the email address. Pressing the button will resend the confirmation email message.
This sublist is tightly coupled with the subscription confirmation process itself. Dada Mail's subscription confirmation system works with a unqiue token embedded in the confirmation email that corresponds with records in its database. These records do expire after a while (60 days by default). When these tokens expire, addresses in this sublist will also automatically be removed, keeping your mailing list tidy, and your database trimmed and fast, without any additional work by you.
New Subscriber Export Options
In previous versions, Dada Mail could export your Subscribers (as well as other sublists), but the data it exports is not customizable. It would include the added/subscribed date (timestamp), the email address itself, profile fields, as well as the delivery preferences (if that option is enabled). Some users have problems then utilizing this information as-is, since some of the information is not needed. Although this exported informaton is in CSV format, which you can open the exported file into a spreadsheet app, and do more manipulation, but many users were having trouble with this cumbersome extra step.
Now, Dada Mail also allows you to specify what data you would like exported:
- Email Address (always exported)
- Date Added
- Profile Fields
- Delivery Preferences (if enabled)
Among other things, this allows Dada Mail's exported data to be easily read and imported back into Dada Mail itself - something it couldn't do (embarrassingly) before!
Using this new functionality is simple: instead of exporting the data right away, after you click the Export button, a modal menu will open up, allowing you to choose what data you would like the exported data to hold.
Email Parsing Engine Advanced Tuning Options
Dada Mail now allows you to easily tune the underlying email parsing engine (called, MIME::Tools ), so that you can either have a faster parser that's more memory intensive (the default), or a somewhat slower parser that uses less memory.
More information on how to change these options are available at,
http://dadamailproject.com/d/install_dada_mail-advanced_configuration.pod.html#Configure-Email-Parsing-Engine
In v9:
- Rate Limiting (Security Enhancement)
- Easier Subscriber Delivery Preferences Editing (Feature)
- reCAPTCHA v2 Support (Security Enhancement)
- Enhanced SMTP Sending Options Test (Feature)
- Save Settings for Multiple Lists at Once (Feature)
- Better Amazon SES Automatic Batch Settings (Bugfix)
- One-Click Unsubscribe (Feature)
- IP Check in List Control Panel Sessions (Security Enhancement)
- Built on Foundaton Framework (UI/UX Enhancements)
|