Results 1 to 3 of 3

Thread: Local SMTP Server

  1. #1

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Local SMTP Server

    I am trying to write a legitimate application for work but need to test it out.
    The IT dept is crap at getting back at me so I gave it a go myself.

    I have IIS installed including the SMTP server, but I still cant send any mail through my app.
    Is it possible for my IT department to restrict SMTP mail?

    I just want to connect to my SMTP server on my PC from my PC and send an email to myself (which will go via the Exchange server at work).

  2. #2
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    Re: Local SMTP Server

    why dont you use sockets to send the mail? (vb you would use somthing like WinSock, VB.NET [i believe] has it's own I/O Sockets)

    here:
    http://www.yuki-onna.co.uk/email/smtp.html
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  3. #3

    Thread Starter
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Re: Local SMTP Server

    That is what I am doing.
    I am wondering if the SMTP is configured wrongly or if I am typing in the wrong address
    Is there a default name for your local SMTP server using IIS?

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