Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Sending Email

$
0
0
Sending Email
Web Connection 5.0
Sending Email
06/06/2012
07:08:25 AM
3IQ0FAZJI Show this entire thread in new window
Gratar Image based on email address
From:
Luca
To:
All 
Attachments:
None
Dear Rick,
I have a webpage sending email, I load recipient address from Request.Querystring

FUNCTION OnLoad() ... .txtRecipient.Text=Request.Querystring("Recipient")

then I can change manually recipient address before to send email.
The webTextBox for recipient has ControlSourceMode=TwoWay.
However even if I change manually the recipient address on webpage, the form sends email to original recipient (what loaded from Request.Querystring)

.oSmtp=CREATEOBJECT("wwSmtp") WITH .oSmtp ... .cRecipient=this.txtRecipient.Text

Please, what is wrong?
Thank you very much


Viewing all articles
Browse latest Browse all 10393

Trending Articles