[ic] email...?

Andrew Metcalfe interchange-users@icdevgroup.org
Fri Aug 16 10:31:01 2002


I'm trying to use the [email] tag like this:

[email
      to=email
 subject="subject"
    from="me@me.com"
]

where email is the email field from userdb.  my log file is showing it's
trying to send to 'email'.

I've also tried

[email
      to=value email
 subject="subject"
    from="me@me.com"
]

in which case my log file shows it's trying to send to 'value'.

how can I get IC to evaluate the variable rather then convert to a string?

_Am