Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: phpcoder
  • Order by date
  1. phpcoder

    PHPMAILER

    Thank you.
  2. phpcoder

    PHPMAILER

    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.
  3. phpcoder

    PHPMAILER

    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...
  4. phpcoder

    PHPMAILER

    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...
  5. phpcoder

    PHPMAILER

    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...
  6. phpcoder

    PHPMAILER

    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...

Part and Inventory Search

Back
Top