The from address is from the txtEmail.Text, txtName.Text as per the code
msg.From = new MailAddress(txtEmail.Text, txtName.Text);
Hope it helps
Regards
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.
jeremyh
Star
8173 Points
1477 Posts
Re: contact page-sending from user email?!
Jul 13, 2008 08:18 AM|LINK
The from address is from the txtEmail.Text, txtName.Text as per the code
Hope it helps
Jeremy
If this has helped Please: Don't forget to click "Mark as Answer" on the post that helped you.
That way future readers will know which post solved your issue.