Sending E-mail from the client
hi guys i need some help the vb.net. my problem is that i have got an formular with "name" "password" "e-mail" and some other.... i want that the client file in his for example name and i want to recieve an e-mail at my e-emil a开发者_运维知识库cc. Can somebody help my please?
Sorry if I'm misunderstanding what you are asking, but you should be able to use the MailMessage class in System.Net.Mail to send the emails.
http://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.aspx
精彩评论