i have 4 text boxes:
txtname
txtemail
txtbugname
txtbug

and a send button:
cmdsend

i wanna know the code (if anyone knows it) to send the info in these to an email address of my choice instantly, not making anything pop-up or show anything on screen.
all i need is this:
subject: "Bug report"
to: "[email protected]
text in the email: txtname.Text, txtemail.Text, txtbugname.Text, txtbug.Text

i want one as simple as possible that can do all this.