HI Paul.  I attempted to use CDonts with IMail and had no end of problems.  I downloaded JMail, installed it and it worked perfectly first time.  I have had no problems with it so far.  And it's free. :-)

http://www.dimac.net/

Cheers
                Mark

At 01:23 PM 6/8/2000 +0200, Paul Beunk wrote:
I don't know if this is the right pleace for my question, but I 've a problem with mail
 
I've a testserver with Windows2000, IIS and Imail, with two client computers
The messages send by outlook express with imail are working fine.
 
But I've a problem with sending mail through a html mail form
I want to use asp, something like this
Dim myMail
Set myMail = Server.CreateObject("CDONTS.NewMail")
myMail.Send "[EMAIL PROTECTED]", "[EMAIL PROTECTED]", "my-subject", "The message", 0
Set myMail = Nothing
I' ve running the imail smtp on port 25, imail pop3 and microsoft smtp with port 26
How can I link the imail and Microsoft communicate with each other?
Or do I have to configure the outlook express on a different way, (I already tried this with port 26)

Reply via email to