|
-
Feb 16th, 2004, 12:36 PM
#1
Thread Starter
Member
Please help SMTP server authentication
Hello,
I am using System.Web.Mail.MailMessage method to send email
It works fine as long as SMTP server does not require authentication
Does any body now the way to authenticate SMTP server
Please help
-
Feb 16th, 2004, 01:56 PM
#2
Sleep mode
As far as I know, the classes in System.Web.Mail do not support SMTP server authentication. You might want to resort to a richer 3rd party SMTP component. There's a free SMTP component in the .NET components section on this site. Not sure whether that supports authentication though, but it's worth a try.
Source: http://www.wimdows.net/articles/article.aspx?aid=3
-
Feb 16th, 2004, 04:51 PM
#3
Hyperactive Member
I think you will find a solution for your problem here.
System.Web.Mail FAQ: How do I authenticate to send an email?
In fact that site, System.Web.Mail, OH MY!, probably has everything you would ever want to know about System.Web.Mail
-
Feb 16th, 2004, 06:53 PM
#4
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|