[stringtemplate-interest] [C#] Setting variables from the template itself (eg: mail subject, mail sender)
Jose San Leandro
jose.sanleandro at ventura24.es
Mon Feb 19 09:48:58 PST 2007
You can set template-specific attributes inside the template itself via
typeInitMap:
typeInitMap ::= [
"subject":"Welcome to my super site!",
"from":"welcome at mysite.fr"
]
However, I don't know if you can access such map afterwards :(.
More information about the stringtemplate-interest
mailing list