I'm TRYING to make a application that will use smtp to e-mail cell phones. But theres a problem:
When I
Message.From = New System.Net.Mail.MailAddress("test")
It Says That "The specified string is not in the form required for an e-mail address."
Can anyone please give me the code correction?
Thanks in advanced...
When I
Message.From = New System.Net.Mail.MailAddress("test")
It Says That "The specified string is not in the form required for an e-mail address."
Can anyone please give me the code correction?
Thanks in advanced...