[ic] email...?

Brandon Mercer interchange-users@icdevgroup.org
Fri Aug 16 10:36:00 2002


Andrew Metcalfe wrote:

>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'.
>  
>
that's exactly what you told it to do.... to=email... perhaps 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'.
>  
>
Again, exactly what you told it to do. to=value __SPACE__

>how can I get IC to evaluate the variable rather then convert to a string?
>
>_Am
>
>
>_______________________________________________
>interchange-users mailing list
>interchange-users@icdevgroup.org
>http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>  
>