[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] email...?
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
>
>
>
- References:
- [ic] email...?
- From: interchange-users@icdevgroup.org (Andrew Metcalfe)