Results 1 to 4 of 4

Thread: Please help SMTP server authentication

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2004
    Location
    LA
    Posts
    57

    Question 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

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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

  3. #3
    Hyperactive Member
    Join Date
    Apr 2003
    Location
    Three Rivers, MI
    Posts
    354
    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

  4. #4

    Thread Starter
    Member
    Join Date
    Feb 2004
    Location
    LA
    Posts
    57

    Talking

    Thank you very much it works great

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width