I am trying to make a program using Visual Basics 6. I want to make a program that has to text boxes that the user adds text to, and then the information provided would be sent to a specific E-Mail address. Example:
----Example start----
Name: (user put text here)
Age: (user puts text here)
Click here to continue...
----Example end----
When the user puts their name in the "name" section and their age in the "age" section, they would click on the button "click here to continue..." How would I get the "name: " and "age: " section to be emailed to my email address? my email address is
cmtlover@comcast.net
I would not want the user to know that it is sending the information to me. They click the button, it sends the text they entered to me, and that's it.
Any help soon would be greatly appreciated.
Jeff