PHPMailer with SSL - doesn't work for me

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pg1
Forum Newbie
Posts: 1
Joined: Thu Dec 16, 2010 9:04 am

PHPMailer with SSL - doesn't work for me

Post by pg1 »

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
Post Reply