The email validation keeps stalling. For example using: test@ltolhurst.orangehome.co.uk it connects to the remote server but doesnt send any data or receive any and also doesnt time out.
I have tried additional timeouts: set_time_limit(10); and added stream_set_timeout($connection,5,0); to the code but nothing makes it timeout.
Manuel Lemos - 2007-11-07 19:33:51 - In reply to message 1 from Seb Clark
There are two timeout variables: timeout for connections and data_timeout for receiveing and sending data. If it connects, you need to set the data_timeout variable to make it fail when the server takes too long to respond.