I just finished a special file editing program in VB.net 2005 and I wanted to add a Report Bug feature that would allow the user to enter in a message that would be e-mailed to me.

I already tried googling it and I found that you have to use:
Imports System.net.Mail

Well when I use that import VB gives me an error saying it doesn't exist. So then I hunted down the class itself and found this.

http://www.codeproject.com/KB/vb/VB2...89&tid=2583233

I tried it and it executed without error but it never sent any mail to me.

Can anyone help me figure this out? Also if you know of a better way to send simple bug reports across the internet and somehow to my computer (or an online Inbox I can check) then I'm all ears, but the best thing I can think of is e-mail.