TeleFlow Forums
http://teleflow.org/phpbb/

wsaetimedout
http://teleflow.org/phpbb/viewtopic.php?f=13&t=968
Page 1 of 1

Author:  narra [ Wed Aug 11, 2010 9:56 am ]
Post subject:  wsaetimedout

Hi, I'm having problems with gthe send-email step, I'm getting the error WSAETIMEDOUT. Please advice.
Thanks in advance

Author:  Chris [ Thu Aug 12, 2010 9:36 am ]
Post subject:  Re: wsaetimedout

WSAETIMEDOUT is a Windows Socket error.

The error description is:
Quote:
Connection timed out.

A connection attempt failed because the connected party did not properly respond after a period of time, or the established connection failed because the connected host has failed to respond.


Essentially, the mail server you are using to send email isn't responsive enough. If this is happening sometimes, but not all the time, you may want to create a system where you capture information that needs to be emailed (to a database, for example), and have a loop that checks for unsent emails. When the loop finds an unsent message, it tries to send it, marking it as complete when the email step succeed. In this way, you can retry failures of any kind.

Author:  narra [ Fri Aug 13, 2010 9:43 am ]
Post subject:  Re: wsaetimedout

Thanks for your prompt response,

what port does Teleflow use to send emails? I was thinking that maybe my router is blocking the port which Teleflow uses to send emails.

Author:  Chris [ Mon Aug 16, 2010 3:09 pm ]
Post subject:  Re: wsaetimedout

TeleFlow's Send E-Mail step uses TCP port 25.

Page 1 of 1 All times are UTC - 8 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/