SMTP Service
-
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
-
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
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)
-
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)
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?
-
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)
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