I'm trying to send email with phpmailer class and ssl. I have configured phpmailer like here and I have this error:
warning: fsockopen() [function.fsockopen]: unable to connect to ssl://www.my_server.pl:465 (Connection timed out) in class.smtp.php on line 107.
I can send email by outlook, my page is working on ssl, in php.ini I have removed ";" at extension=php_openssl.dll
what can be wrong?