Finally, after a lot of hard work - the Newsletter Studio 3 for Umbraco 8 is out!
Looking for Umbraco 9? Have a look here.
The new version is a total rewrite for Umbraco 8, we have tried to be smart about this so that we can make the move to Umbraco vNext (based on .NET 5).
The beta version should be fully functional, almost all features from version 2 is included along with a lot of new and existing features. It would take hours to go through all of them, but this is a brief summery of the most important news.
The old "Rich Text Editor" used to create emails in version 2 is long gone and replaced with an editor that makes it super easy to create responsive emails with high resolution images that renders nice in all desktop and mobile clients.
The editor is configurable with custom themes that controls default colors, fonts, sizes etc. It's also possible to extend many parts of the editor ie. adding custom Email Controls (like Image, Text, Button) and create "Merge Field Providers" that lists valid Fields for the editor to insert.
The rendering of the email is done using razor templates, one "main template" for the rows and columns and one template for each Control, all of these can be customized in a custom theme if needed.
The new email editor
Preview-feature for both desktop and mobile
While this is not included in beta the addition of transactional email will be a huge improvement for the package. Developers can create C# models with property attributes that makes it possible to show the class-properties and options as Fields inside the email editor. The possibilities with this are endless but most obvious examples is welcome emails, forgot password emails, signup confirmations etc.
The new version is built around a optional multi-tenant foundation. Each installation will have at least one "Workspace". Each Workspace is an independent "entity" that has it's own recipients, mailing lists, themes and settings. Workspaces comes with granular permissions that can be mapped to User Groups or individual Users.
Using multiple Workspaces comes with additional charges for the license, see the pricing page for details.
SMTP is still the way to send emails but these days there's a lot of great Email API services available. In Newsletter Studio 3 the process of sending the email is abstracted so that it's quite easy to implement an "Email Service Provider" that can talk to what ever API we want ie. Mandrill, SendGrid, MailJet or MailGun. This make it possible to skip the slow SMTP-protocol and send via API if wanted.
A fundamental changed in v3 compared to v2 is that each Workspace only stores a Recipient once and creates relations between a Mailing List and the Recipient. This makes it possible to create a nice view with details about each Recipient.
We've made the package available on NuGet:
Install-Package NewsletterStudio
https://www.nuget.org/packages/NewsletterStudio/
There is also a Umbraco Package that can be installed via the Backoffice of Umbraco, just go to our page on our.umbraco.org to download the package.
Once you've installed the package, take some time to look at the documentation.
At the moment there is no known issues with the package. Please feel free to reach out with questions and feedback to info@newsletterstudio.org.
4.0.0-rc1 - Released 2021-11-07
We're releasing the first RC for Umbraco 9!
This version has the exact same features as version 3.0.0.
Install via NuGet and don't forget to check "Include Prerelease" to see the v4-version in the list.
3.0.2 - Released 2022-04-18
A patch release that is just a simple upgrade with no API changes.
Summary:
Fixes:
3.0.1 - Released 2022-02-26
A patch release that is just a simple upgrade with no API changes.
Summary:
Fixes:
3.0.0 - Released 2021-11-07
The first stable release of Newsletter Studio for Umbraco 8 is out!
Due to the alignment with the Umbraco 9-version we had to make some last minute breaking changes. This is mostly around the INewlsetterStudio-service and the Request-objects passed into the service.
Summary:
Significant changes:
Fixes:
RC 1 - Released 2021-10-24
Moved in to RC, this release is to consider as close as possible to the first stable release.
Summary:
Significant changes:
Fixes:
Beta 8 - Released 2021-08-07
Just a patch-fix release for Beta7, fixes some minor issues.
Summary:
Beta 7 - Released 2021-08-06
A bigger release with the added support for Transactional e-emails to send emails from your system ie. "Welcome" emails and "Forgot Password" e-mails. All these can now be designed by editors in the backoffice. This feature can also be used in conjuction with ie. Umbraco Forms to send nicely designed email from the Forms. There is two videos to watch, the beta7 walkthrough and the UmbraCoffe-presentation.
Upgrading: Upgrade via NuGet or by uploading Umbraco Package. One might have to reset browser cache to refresh client files (js/css/html). Also might need to bump the "version" in /config/clientDependency.config to reset the backoffice client files cache.
Summary:
Beta 6 - Released 2021-05-14
More polish, improvments and and bug fixes
Upgrading: Upgrade via NuGet or by uploading Umbraco Package. One might have to reset browser cache to refresh client files (js/css/html).
Summary:
Beta 5 - Released 2021-04-24
Polish and fixes some issues related to newer Umbraco-versions.
Upgrading: Upgrade via NuGet or by uploading Umbraco Package. One might have to reset browser cache to refresh client files (js/css/html).
Summary:
Beta 4 - Released 2021-04-11
Critical fix for sentDate for email tracking items, fixes some known issues and bugs found during beta testing.
Upgrading: Upgrade via NuGet or by uploading Umbraco Package. One might have to reset browser cache to refresh client files (js/css/html).
Summary: