on the click of a submit button, I'd like to send the text from a textbox to an email address.

textbox: txtTest
from : [email protected]
to: [email protected]

Please provide sample code,

Thanks.