Brian Bermingham
|
| Posted: 07/30/2002, 7:45 AM |
|
Does anybody have any information on how to use the 'Send Email' action?
Whatever I key into the From, To, Subject, etc (i.e. Tosomeone@somewhwre.com)
The code is generated as .To =someone@somwhere.com.Text
Thanks
Brian
|
|
|
 |
Alex Alexapolsky
|
| Posted: 07/30/2002, 8:28 AM |
|
What is your CCS version ?
Try to surround email with quotes.
|
|
|
 |
Brian Bermingham
|
| Posted: 07/30/2002, 8:46 AM |
|
Alex
It is CCS 1.0.7.0
I have tried using quotes.
To "someone@somewhwre.com"
It shows in the xxxx_events.asp page as .To = "someone@somwhere.com".Text
No error messages.
Brian
|
|
|
 |
Nicole
|
| Posted: 08/01/2002, 5:10 AM |
|
Brian,
the code is correct. But it generates assuming that you've selected the field from the form (or page) where user enters mail attributes (From, To, Subject, etc.). So the text entered into one of mentioned fields is treated as CCS control (e.g. form field). As you type in real email address just open event code and edit it to get:
...
.To =someone@somwhere.com
|
|
|
 |
Brian Bermingham
|
| Posted: 08/01/2002, 5:42 AM |
|
Thanks Nicole
I thought it must be something like that.
Thanks
Brian
|
|
|
 |
|