Well, I tried something...may be that can help to determine the problem
in class.phpmailer.php
I changed var $SMTPSecure = "";
from var $SMTPSecure = "ssl";
to var $SMTPSecure = "";
After I did that change...I received no errors but still didn't get nail sent & didn't receive the mail.
nemini
I'm trying it on a localhost machine using gmail server.
I'm not using fedora..I'm using windows xp sp2
I have no idea if fsockopen is enabled or not...how can I check it ?!
jpadie
My firewall doesn't block any ports...I checked the ports...I can send emails using Outlook Express & I...
jpadie
Yeah all are open...my ISP do not block any ports. I can send emails using Outlook Express using port 465.
nemini
tried your solution... I got the that error
Warning: fsockopen() [function.fsockopen]: unable to connect to ssl://smtp.gmail.com:2525 (A connection attempt failed because...
I have changed the host address to
class.phpmailer.php
var $Hostname = 'ssl://smtp.gmail.com';
var $Host = 'ssl://smtp.gmail.com';
The php codes I use for sending emails
$mail->Host = "ssl://smtp.gmail.com";
php.ini
SMTP = ssl://smtp.gmail.com
but that generated the...
I had some problems sending php emails using servers that require authentication like google or yahoo. I was told that PHPMAILER is the best solution to my problem. Well, I have installed it right (I think so because it I tried the installation test & there were no errors), configured the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.