Results 1 to 2 of 2

Thread: [2005] SMTP with credentials

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2005
    Posts
    625

    [2005] SMTP with credentials

    How do I send an SMTP with creditials other than the default?

    I'm right now sending messages no problem by using mySmtp.UseDefaultCredentials, but I want to use a different account.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] SMTP with credentials

    mySmtp.Credentials = new NetworkCredential("username", "password")

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