in Personal

Templated Email Messages

If you’ve ever needed to send out custom emails from a website (like “Welcome to theSpoke!”) where you need to change some of the content in the message for each email you send out, then you should look into this method:

http://blog.fluentconsulting.com/archives/000042.html

I had to deal with this issue before when I was doing some ASP 3.0 work and I ended up reading in a string with little expressions that I could replace when I loaded it, but this example would allow you to include code generated by ASP.NET controls etc in the email and should be extremely easy to work with.