Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. SMTP Service

SMTP Service

Scheduled Pinned Locked Moved System Admin
comsysadminbusinesshelptutorial
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Philip Patrick
    wrote on last edited by
    #1

    Who can help me with SMTP Service on W2k Pro? I mean, what are the requirements, how to configure it. So far looks like specifying my provider's server doesn't working :( Actually all I need is to be able to send mail from my home computer from withing ASP and can't get it working. Any help, links, please :) Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer _Modified:_Changed from SNTP to SMTP

    V 1 Reply Last reply
    0
    • P Philip Patrick

      Who can help me with SMTP Service on W2k Pro? I mean, what are the requirements, how to configure it. So far looks like specifying my provider's server doesn't working :( Actually all I need is to be able to send mail from my home computer from withing ASP and can't get it working. Any help, links, please :) Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer _Modified:_Changed from SNTP to SMTP

      V Offline
      V Offline
      Venet
      wrote on last edited by
      #2

      Hi, First of all you must be thinking about SMTP service (note M). There is no such service that is part of Win2k, but SMTP protocol is very straight forward. Sorry I don't know much about ASP, however here is a list of smtp commands: Connect to your ISP mail server on port 25. execute the following commands: MAIL FROM: email@domain.com RCPT TO: recipient@domain.com DATA email message . QUIT Remeber a "." before QUIT is needed so that your e-mail will be accepted for delivery and each time a command is entered a CR/LF (done by pressing enter key) will need to be send to the SMTP server. Regards, Venet. -------- Black holes are where God divided by zero.(Steven Wright)

      J P 2 Replies Last reply
      0
      • V Venet

        Hi, First of all you must be thinking about SMTP service (note M). There is no such service that is part of Win2k, but SMTP protocol is very straight forward. Sorry I don't know much about ASP, however here is a list of smtp commands: Connect to your ISP mail server on port 25. execute the following commands: MAIL FROM: email@domain.com RCPT TO: recipient@domain.com DATA email message . QUIT Remeber a "." before QUIT is needed so that your e-mail will be accepted for delivery and each time a command is entered a CR/LF (done by pressing enter key) will need to be send to the SMTP server. Regards, Venet. -------- Black holes are where God divided by zero.(Steven Wright)

        J Offline
        J Offline
        James Pullicino
        wrote on last edited by
        #3

        Venet wrote: There is no such service that is part of Win2k, but SMTP protocol is very straight forward. Sorry I don't know much about ASP, however here is a list of smtp commands: Yes there is. Its the IIS SMTP Service. Comes with Win2k. Drinking In The Sun Forgot Password?

        1 Reply Last reply
        0
        • V Venet

          Hi, First of all you must be thinking about SMTP service (note M). There is no such service that is part of Win2k, but SMTP protocol is very straight forward. Sorry I don't know much about ASP, however here is a list of smtp commands: Connect to your ISP mail server on port 25. execute the following commands: MAIL FROM: email@domain.com RCPT TO: recipient@domain.com DATA email message . QUIT Remeber a "." before QUIT is needed so that your e-mail will be accepted for delivery and each time a command is entered a CR/LF (done by pressing enter key) will need to be send to the SMTP server. Regards, Venet. -------- Black holes are where God divided by zero.(Steven Wright)

          P Offline
          P Offline
          Philip Patrick
          wrote on last edited by
          #4

          Yeah, I meant SMTP, sorry :) There is such service as a part of IIS on Win2k, and I'm tryng to send e-mail using CDO library, but whatever I do, it fails :( Anyway, thanx I'll try to do it as you suggested too :) Philip Patrick Web-site: www.stpworks.com "Two beer or not two beer?" Shakesbeer

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups