Click here to Skip to main content
15,885,757 members
Articles / Web Development / ASP.NET

Email Templates: A generic solution to handle template files

Rate me:
Please Sign up or sign in to vote.
4.91/5 (44 votes)
4 Nov 2004CPOL7 min read 173.6K   1.3K   133  
A simple, user-friendly and flexible framework that takes care of all your email template files - once and for all.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mailtemplate library", "mail template library\mailtemplate library.csproj", "{27C91CE0-3D62-42BE-B890-B85A3BFF19A9}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TemplateViewer", "test application\TemplateViewer.csproj", "{06501572-492E-4323-B424-76BDFE07915A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tests", "unit tests\tests.csproj", "{70145BDE-653D-4393-82DE-B4092B861387}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{27C91CE0-3D62-42BE-B890-B85A3BFF19A9}.Debug.ActiveCfg = Debug|.NET
		{27C91CE0-3D62-42BE-B890-B85A3BFF19A9}.Debug.Build.0 = Debug|.NET
		{27C91CE0-3D62-42BE-B890-B85A3BFF19A9}.Release.ActiveCfg = Release|.NET
		{27C91CE0-3D62-42BE-B890-B85A3BFF19A9}.Release.Build.0 = Release|.NET
		{06501572-492E-4323-B424-76BDFE07915A}.Debug.ActiveCfg = Debug|.NET
		{06501572-492E-4323-B424-76BDFE07915A}.Debug.Build.0 = Debug|.NET
		{06501572-492E-4323-B424-76BDFE07915A}.Release.ActiveCfg = Release|.NET
		{06501572-492E-4323-B424-76BDFE07915A}.Release.Build.0 = Release|.NET
		{70145BDE-653D-4393-82DE-B4092B861387}.Debug.ActiveCfg = Debug|.NET
		{70145BDE-653D-4393-82DE-B4092B861387}.Debug.Build.0 = Debug|.NET
		{70145BDE-653D-4393-82DE-B4092B861387}.Release.ActiveCfg = Release|.NET
		{70145BDE-653D-4393-82DE-B4092B861387}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(SolutionItems) = postSolution
		changelog.txt = changelog.txt
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect I'm a gun for hire
Switzerland Switzerland
Philipp is an independent software engineer with great love for all things .NET.
He lives in Winterthur, Switzerland and his home on the web is at http://www.hardcodet.net.

Comments and Discussions