up vote 1 down vote favorite
share [g+] share [fb]

Is anyone aware of a plugable Email Templating solution for C#? I've grown weary of having to roll my own each project and I imagine there are more robust solutions out there. It should support HTML/non-HTML and allow for tokens (e.g. USERNAME is replaced with a configurable value).

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

ComponentForge Mail Merge Suite is a set of flexible and easy-to-use .NET components for generating dynamic email content with DynamicTemplate.

http://www.componentforge.net/mailmergesuite.aspx

If you're looking for a free hack, OpenOffice claims to be capable of this:

http://internet.cybermesa.com/~aaron_w/OOo_email_merge/OOo_email_merge.html

link|improve this answer
Component Forge is IMHO not a good tip. They stole almost all of their components from other vendors. For example ComponentForge MailMergeSuite suite is illegally built on top of Rebex Secure Mail. For details of this scam see cheated.by.safabyte.net/evidence.aspx – Martin Vobr Nov 27 '09 at 20:49
feedback

I have also used their template engine. This is a unique component on the internet. I think Rebex's comment is primarily for the purpose of disrupting their competitor's business.

link|improve this answer
Could you be more specific about why do you think that ComponentForge mail merge suite is unique? (BTW - the ComponentForge website now redirects users to XtraComponents.com which is just another fake brand. For details see cheated.by.safabyte.net/evidence-xtracomponents.aspx) – Martin Vobr Jul 8 '10 at 18:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.