Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 978 Bytes

File metadata and controls

23 lines (17 loc) · 978 Bytes
title description
Installation
How to install Newsletter Studio into your Umbraco website.

Installation

The package can be found on NuGet.

Just install the package using the Package Manager inside Visual Studio or via the console.

dotnet add package NewsletterStudio

We host several packages on NuGet:

  • NewsletterStudio - Contains only UI-file (App_Data)
  • NewsletterStudio.Web - Contains Umbraco-dependencies, most of the time any custom class library you might have should depend on this package.
  • NewsletterStudio.Core - Core files for the package with minimum external dependencies. Reference this package when you want to extend the functionality.
  • NewsletterStudio.CssInline - Package that deals with inlining css into html when rendering the email.

Install via the backoffice

Ever since Umbraco 9 was released the support for package installation via the backoffice has been dropped.