|
|
 |
Re: FN-FORUM local SMTP server name - win2k
date posted 31st January 2002 19:48
cheers Norman,
I've been using my ISPs SMTP server just fine, but I wanted to include a
condition in my code to use the local SMTP server for testing locally.
127.0.0.1 worked fine! thanks to everyone else who replied also.
Ben
----- Original Message -----
From: "Norman Beresford" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Thursday, January 31, 2002 9:23 AM
Subject: RE: FN-FORUM local SMTP server name - win2k
Hi Ben
I know that as part of the IIS install SMTP services can be installed, in
which case you can probably use 127.0.0.1 or localhost as your SMTP server,
AFAIK you don't need to use portnumber. But I'm just flying off the top of
my head with that one. Alternatively just use your ISP's SMTP server.
Norman
> -----Original Message-----
> From: [EMAIL REMOVED]
> [EMAIL REMOVED] Behalf Of Ben Haldenby
> Sent: 30 January 2002 21:13
> To: Freelancers Forum
> Subject: FN-FORUM local SMTP server name - win2k
>
>
> Hi,
> I'm using the JMail COM component on my local Win2k Pro machine,
> does anyone
> know what the SMTP server on Win2k pro is actually called? Here's
> the code:
>
> Set oJMail = Server.CreateObject("JMail.SMTPMail")
> oJMail.ServerAddress = ???
>
> Is it something like mail.machinename:port? Or am I in totally the wrong
> ballpark? Do I have to do any additional setup?
======================================================================
= Company Email and web hosting at- =
= http://www.objcom.com =
= Please complete the online form and we will contact you shortly =
======================================================================
Sponsor the forum for as little as £1 at:
http://www.freelancers.net/cgi/sponsor.cgi?action=show
Freelancers and Freelance Jobs:
http://www.freelancers.net
Forum FAQs:
http://freelancers.netrickery.com
To unsubscribe please email:
[EMAIL REMOVED]
If you have difficulties unsubscribing please email:
[EMAIL REMOVED]
|
 |
|