So then you would have a letter.asp page like this:
[tt]
<html>
<head>
<title>
My HTML Email Page
</title>
</head>
<body>
Dear <%= Request.QueryString("v1")%>,
<br/><br/>
This message is to inform you of great savings on
<%= Request.QueryString("v2")%>.
Please visit one of our stores and spend a lot of money.
<br/><br/>
Sincerly,
<br/>
<%= Request.QueryString("v3")%>
</body>
</html>
[/tt]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.