TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Hilbert
NA
1
0
Need help in Sending E-mail Via .Net
Jan 17 2008 1:54 PM
Hello Friends,
When I tried to send an E-mail through .Net using the following code,
MailMessage msg = new MailMessage("
[email protected]
","
[email protected]
","VS2008 Mail","VS2008 Mail Check");
SmtpClient client = new SmtpClient("smtp.mail.yahoo.com");
client.Send(msg);
I got a message as below:
"
The Smtp Server requires a secure connection or the client was not Authenticated...."
Then it Exits! Can any one of you help me in sorting out this problem.
Thank You in Advance!
Sincerely,
V.Hilbert
Reply
Answers (
1
)
External program not running using Dim MyProcess As New Process obj
Dynamic validation of generic method implementaions