Jason,
I can't get my JMail to work.
Do you run JMail on the same machine as you are hosting IMail? What have
you set your SMTP server to? I have tried everything, including adding the
port spec on the end of the IP address.
Debug Output:
-------------------------------------------------
ERROR MESSAGE: The message was undeliverable. All servers failed to receive
the message .execute() { Trying server mail:mail.vvanet.com mail.vvanet.com
failed with the message: "SOCKET ERROR: No buffer space available" No
socket for server. ConnectToServer() 1 of 1 servers failed
ERROR SOURCE: SMTPConnect()
LOG:
.execute()
{
Trying server mail:mail.vvanet.com
mail.vvanet.com failed with the message: "SOCKET ERROR: No buffer space
available"
No socket for server. ConnectToServer()
1 of 1 servers failed
}
ERROR MESSAGE: The message was undeliverable. All servers failed to receive
the message .execute() { Trying server mail:mail.vvanet.com mail.vvanet.com
failed with the message: "SOCKET ERROR: No buffer space available" No
socket for server. ConnectToServer() 1 of 1 servers failed
ERROR SOURCE: SMTPConnect()
LOG:
.execute()
{
Trying server mail:mail.vvanet.com
mail.vvanet.com failed with the message: "SOCKET ERROR: No buffer space
available"
No socket for server. ConnectToServer()
1 of 1 servers failed
}
-------------------------------------------------
Thanks, Colin
-----Original Message-----
From: Jason Burton [SMTP:[EMAIL PROTECTED]]
Sent: Sunday, February 20, 2000 2:54 PM
To: [EMAIL PROTECTED]
Subject: RE: [IMail Forum] Sendmail app that works with Imail
Hey everyone, speaking of ASP components. Another good one that DOES work
with Imail is
w3 JMail, with MANY options' found at http://tech.dimac.net
Thanks
Jason Burton - Consultant
[EMAIL PROTECTED]
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Deric Pantry
Sent: Sunday, February 20, 2000 11:17 AM
To: [EMAIL PROTECTED]
Subject: Re: [IMail Forum] Sendmail app that works with Imail
Where do I find this ASPQmail?
Thanks
Deric
----- Original Message -----
From: Terry L Fritts
To: [EMAIL PROTECTED]
Sent: Sunday, February 20, 2000 9:55 AM
Subject: RE: [IMail Forum] Sendmail app that works with Imail
The reason that I like ASPQMail is that it runs as an NT service. So
when an application sends mail with the Queue flag positive then the
message
is simply dropped into a directory. The NT service then periodically
checks
the directory for contents and if found sends all messages it finds. I
personally believe this is less taxing to the server than some of the
alternatives.
The user who submits a web page using the Queue is returned almost
immediately whereas any program that has to make a socket, connect to the
socket, send the message, and then close the socket will take at least 4
seconds.
Another nice feature of ASPQmail that can be utilized is the Failed
folder which contains all failures and can be further processed if so
desired. Even in the event the service stops for some reason the messages
are not lost but sitting in the Queue. When the service starts up they
will
be sent. And there is a Watchdog utility to monitor the service itself.
Of course it doesn't have to be ASPQMail to provide these benefits but
any program that would work in similar fashion. As has been stated already
you could use the MS SMTP service with CDONTS. Also It is not so difficult
to actually place messages directly into the IMAIL queue either achieves
the
same result without an intermediary step.
ASPQMail does allow designation of mail servers which is often
necessary
in the case of multiple clients.
But unless you control all the domains it is not possible to force
someone to employ the queue flag as far as I know.
<< File: ATT00005.htm >>
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.