How To Send Info To One's Email Address.
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How do you take info from a text box and send it to ones email address? -Thanks Wt.Hg
-
How do you take info from a text box and send it to ones email address? -Thanks Wt.Hg
Quite easy. There's a class in the framework for this:
System.Web.Mail.MailMessage
. You might want to look it up in the framework documentation. Regards, mav