Jmail error

  • Thread starter Thread starter mcs11
  • Start date Start date
M

mcs11

I have a problem with Jmail.

When I try to send mail using Jmail it give me the following error:

The message was undeliverable. All servers failed to receive the message
..execute()
{
Trying server mail:kgish.com
kgish.com failed with the message: "Connection timed out"
No socket for server. ConnectToServer()
1 of 1 servers failed
}
 
mcs11 said:
I have a problem with Jmail.

When I try to send mail using Jmail it give me the following error:

The message was undeliverable. All servers failed to receive the message
.execute()
{
Trying server mail:kgish.com
kgish.com failed with the message: "Connection timed out"
No socket for server. ConnectToServer()
1 of 1 servers failed
}

It looks like you've got a typo in your server name - I suspect you
meant mail.kgish.com rather than mail:kgish.com.
 
Back
Top