Hmm, let me look into this. Can you tell me a little bit about your system?

Shawn

-----Original Message-----
From: Altair [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 22, 2001 9:49 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Help with eyeXMail - SMTP component


Hi,

I have problem with eyeXMail.SMTP component. When I execute the following
code:

<%
Set MX = Server.CreateObject("eyeXmail.SMTP")
MX.ServerAddress = "localhost"
MX.ServerPort = 25
MX.UserName = "[EMAIL PROTECTED]"
MX.Password = "testpass"
MX.Subject = "Relay test"
MX.Body = "Relay test"
MX.From = "[EMAIL PROTECTED]"
MX.AddTo "[EMAIL PROTECTED]"
MX.Send()
Set MX = Nothing
%>

An error "0x8002009 - Connection Closed Gracefully" occurs. According to my
tests, this error will occur anyway, may set parameters to any value, good
or bad, everything will fail at MX.Send() with the specified error.

Documentation about SMTP i eyeXmail is very strange, usually refers "POP3"
instead of "SMTP" etc. Is SMTP in production stage?

Thanks in advance,

-- Michal 'Altair' Valasek
   Altair Software Production

----------------------------[I don't make the rules; I just break them.]---
Webdesign, webhosting, programming - They use the Internet, we live there!
E-mail: [EMAIL PROTECTED] * ICQ: 6160893 * Phone: +420-603-828493
Corp. WWW: http://www.altair2000.net * Personal: http://home.altair2000.net
_____________________________________________________...powered by Internet


Reply via email to