maanton
Programmer
- Mar 27, 2005
- 52
Hello!
What am I supposed to do in order to display a default text (eg my name) instead of my address when sending email?
The original code is:
cdoMessage.From=Request.Form("email")
and I tried that unsuccessfully:
cdoMessage.From="mytext"
What do you suggest?
What am I supposed to do in order to display a default text (eg my name) instead of my address when sending email?
The original code is:
cdoMessage.From=Request.Form("email")
and I tried that unsuccessfully:
cdoMessage.From="mytext"
What do you suggest?