ActiveIS.UmbracoForms.CustomEmail 1.1.4

dotnet add package ActiveIS.UmbracoForms.CustomEmail --version 1.1.4
NuGet\Install-Package ActiveIS.UmbracoForms.CustomEmail -Version 1.1.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ActiveIS.UmbracoForms.CustomEmail" Version="1.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ActiveIS.UmbracoForms.CustomEmail --version 1.1.4
#r "nuget: ActiveIS.UmbracoForms.CustomEmail, 1.1.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ActiveIS.UmbracoForms.CustomEmail as a Cake Addin
#addin nuget:?package=ActiveIS.UmbracoForms.CustomEmail&version=1.1.4

// Install ActiveIS.UmbracoForms.CustomEmail as a Cake Tool
#tool nuget:?package=ActiveIS.UmbracoForms.CustomEmail&version=1.1.4

ActiveIS.UmbracoForms.CustomEmail

A customizable email template which does not include the form data.

You can add multiple Reply-to, To, Bcc, Cc addresses, sends both HTML and plain text versions and uses an RTE for the email body.

The email template is fully customizable, and the template name can be input via the Umbraco backoffice.

Getting started

This package is supported on Umbraco 8.6+ and Umbraco Forms 8.4.1+.

Installation

ActiveIS.UmbracoForms.CustomEmail is available from Our Umbraco, NuGet or as a manual download directly from GitHub.

This package requires Mw.UmbForms.Rte, this can be installed from Our Umbraco or NuGet

Our Umbraco repository

You can find a downloadable package on the Our Umbraco site.

Usage

This package adds a customizable email template to Umbraco Forms.

This is tested with Umbraco V8.6.1 and Umbraco Forms 8.4.1

Changelog

[v1.1.4] - 2020-06-02

Fixed

  • Fixed sender header

[v1.1.3] - 2020-06-02

Fixed

  • Included missing backoffice files

[v1.1.2] - 2020-06-02

Fixed

  • Added "sender" header to stop "on behalf of" from name when using MailGun or SendGrid

[v1.1.1] - 2020-06-02

Changed

  • Changed the template name setting description to reflect it's now a tree picker

Fixed

  • Removed cshtml from tree response as Razor views cannot be parsed

[v1.1.0] - 2020-06-01

Changed

This contains breaking changes!

  • Reworked the template picker to use a tree instead of a text input

Contribution guidelines

To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the package.

License

Copyright © 2020 ActiveIS & Aaron Sadler.

Licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.4 2,436 6/2/2020
1.1.3 531 6/2/2020
1.1.2 483 6/2/2020
1.1.1 469 6/2/2020
1.1.0 565 6/1/2020
1.0.0 521 5/28/2020

Fixed sender header