Hi,
Does PHP 4.4.2 with PHP Mailer supports sending a email with SSL (port 465)?
My configuration is as follows:
Windows XP, IIS 5
PHP 4.4.2
Php_openssl.dll version 0.98a
Sending to “smtpout.secureserver.net” with SSL and port 465.
openSSL is enabled (I can see it in php.exe- -m and also in phpinfo())
I keep getting the error message: “Warning: fsockopen(): no SSL support in this build in…” and “Warning: fsockopen(): unable to connect to smtpout.secureserver.net:465”.
What should I do in order to fix it, currently I am using a simple code that just connects to this smtp with ssl and then sends a test message.
Thanks ahead!
PG
PHPMailer with SSL - doesn't work for me
Moderator: General Moderators