[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [email]
Hi,
Is it possible to use a ".txt" template vs. the [email] tag? My current
configuration takes about 15-20 seconds each time I request that action in
the browser.
This is what I currently have now:
On the actual data page:
<form action=[area datapage] method=post>
<INPUT TYPE=HIDDEN NAME="mv_nextpage" VALUE="confirmation">
<input type=hidden name=notify value=yes>
On the confirmation page:
[if cgi confirmation eq yes]
[email
to="[data table='userdb' column='email' key='[cgi email_to]']"
subject="My Site Name - Email Alert"
from="emailadmin@mysitename.com"]
Dear [data table="userdb" column="username" key="[cgi email_to]"],
Message goes here.
[/email]
[/if]
Jim Webster
- Follow-Ups:
- [ic] [email]
- From: interchange-users@interchange.redhat.com (Mike Heins)
- [ic] [email]
- From: interchange-users@interchange.redhat.com (Ryan Hertz)