Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Page History: Email Templating Using the ASP.NET Razor View Engine

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: Wed, May 04, 2016, 12:56 PM


Overview

A common design pattern for application is to send out "form letters" via email using a template. Typically this involves include some sort of token mechanism in the email template, where each token gets replaced with relevant data at the time the email is to be sent. An example of this might be a "Forgot Password" email, where the username, etc. is to be included in the body of the email. The email template may include a token such as "Guest" which is replaced with the actual username when the email is sent.

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.