PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV (versiones precedentes) → Email problem with EmailStartSMTPSession....
Email problem with EmailStartSMTPSession....
Iniciado por mark sylvia, 08,may. 2010 02:56 - 2 respuestas
Publicado el 08,mayo 2010 - 02:56
I'm having an issue where the call to EmailStartSMTPSession times out and passes me back the error:

SMTP Session: connection failed. No server response.
Socket Connection Timeout: 600s

I'm passing params that I know are correct. This called used to work and now all of a sudden they don't. I've verified the Account,Password,SMTP Server Address etc... it's all correct. Is there something else I need to check for?


Thanks,

Mark
Publicado el 08,mayo 2010 - 17:51
Hi Mark

looks like a firewal issue... Either on your machine, the company
router, or even your internet provider blocking the sending of SMTP by
any server other then their own on port 25.

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


On 07/05/2010 19:56, mark sylvia wrote:
I'm having an issue where the call to EmailStartSMTPSession times out and passes me back the error:

SMTP Session: connection failed. No server response.
Socket Connection Timeout: 600s

I'm passing params that I know are correct. This called used to work and now all of a sudden they don't. I've verified the Account,Password,SMTP Server Address etc... it's all correct. Is there something else I need to check for?


Thanks,

Mark
Publicado el 10,mayo 2010 - 16:47
Thank you Fabrice,

I have entered an exception in the firewall for the app on the local machine... I've even disabled it just to be sure...and it still doesn't work. We have remote email hosting here and I checked the router to be sure all is ok and it is. I'm at a loss with it. It happens on any machine in the building so that tells me it's got to be something with the router that I am missing.

Thanks for your input... I'll keep searching!

Mark


Fabrice Harari wrote in news message <4be51d42@news.pcsoft.fr>:

Hi Mark

looks like a firewal issue... Either on your machine, the company
router, or even your internet provider blocking the sending of SMTP by
any server other then their own on port 25.

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


On 07/05/2010 19:56, mark sylvia wrote:
I'm having an issue where the call to EmailStartSMTPSession times out and passes me back the error:

SMTP Session: connection failed. No server response.
Socket Connection Timeout: 600s

I'm passing params that I know are correct. This called used to work and now all of a sudden they don't. I've verified the Account,Password,SMTP Server Address etc... it's all correct. Is there something else I need to check for?


Thanks,

Mark