[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [log]
> >
> >This works:
> >[tmp][log file=/home/mysitpth/catalogs/mysitpth/mail/mail_list.txt]My
> >Message Here[/log][/tmp]
> >
> >How can I replace "My Message Here" with the actual email address.
> >
> >Basically I'm trying to log the email address of all new accounts into the
> >.txt for later use with a Mailing List.
> >
> >I have tryed....
> >
> >[value email]
> >[email]
> >"[value email]"
> >'[value email]'
> >
> [tmp][log file=x interpolate=1][value blah][/log][/tmp]
>
Remember to surround that [log] with an [if] block so that you
can give people a choice of whether they want to be on your spam
list or not.
[if value spam_me eq 'Y']
[tmp tmp][log file=x interpolate=1][value email][/log][/tmp]
[/if]
--
_/ _/ _/_/_/_/ _/ _/ _/_/_/ _/ _/
_/_/_/ _/_/ _/ _/ _/ _/_/ _/ K e v i n W a l s h
_/ _/ _/ _/ _/ _/ _/ _/_/ kevin@cursor.biz
_/ _/ _/_/_/_/ _/ _/_/_/ _/ _/
- Follow-Ups:
- [ic] [log]
- From: interchange-users@interchange.redhat.com (Ryan Hertz)
- References:
- [ic] [log]
- From: interchange-users@interchange.redhat.com (Ryan Hertz)