The email validation keeps stalling. For example using:
[email protected] 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.