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
<PackageReference Include="ActiveIS.UmbracoForms.CustomEmail" Version="1.1.4" />
paket add ActiveIS.UmbracoForms.CustomEmail --version 1.1.4
#r "nuget: ActiveIS.UmbracoForms.CustomEmail, 1.1.4"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Mw.UmbracoForms.Rte (>= 2.0.0)
- UmbracoCms (>= 8.6.1)
- UmbracoForms (>= 8.4.1)
- UmbracoForms.Core (>= 8.4.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed sender header