Forums
This topic is locked
SmartMailer ASP with ASP Custom Templates??
Posted 22 Oct 2003 23:36:21
1
has voted
22 Oct 2003 23:36:21 Jon T. Heath posted:
Is there a way to setup a template so that it can fill-in custom variables when sending with SmartMailer. For testing purposes, I setup a template to be used for the body of the email. In the template, the code inside the body tag would look like:Dear <%=Session("recipient_name"%>,
blah blah blah.
Unfortunately, when SmartMailer runs, it does not insert a value for the Session variable, but the rest of the file comes through fine. If I load the template file in the browser, the Session variable shows on the page. Sigh?!? If there is a way to do it, would love to hear from you.
Jon T. Heath
Nexsys Design
www.nexsysdesign.com
Replies
Replied 23 Oct 2003 11:07:38
23 Oct 2003 11:07:38 Martha Graham replied:
Could you send me your pages at
Martha Graham
DMXzone manager
Martha Graham
DMXzone manager
Replied 30 Oct 2003 17:25:36
30 Oct 2003 17:25:36 Patrick Woldberg replied:
Sessions can not be used in the template, forward the value by using it in the querystring
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------