Socket
Book a DemoInstallSign in
Socket

RazorEmail

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

RazorEmail

A razor email templating library. The library uses the Razor engine for templating and provides a simple framework for working with emails The workflow for the library is as follows: 1. You create an xml definition of your email, including default to address, cc address, bcc address, headers, subjects, sender address (and optional inline body elements) 2. Create a razor template file for the html view and plain text view. (_Layouts are supported) 3. Send your email by calling RazorMailer.Build(TEMPLATE_NAME, YOUR_MODEL_OBJECT, TO_ADDRESS, TO_DISPALY_NAME = null) .ToMailMessage() .Send(); More info can be found here. http://github.com/markkemper1/RazorEmail

Source
nugetNuGet
Version
1.1.0
Version published
Maintainers
1
Created
The README file is missing

Keywords

FAQs

Package last updated on 07 Nov 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts