Recent content by bobspar11

  1. B

    PHPMail to my SMTP server 500 error file permissions...

    Some more feedback for you... same code on this site... http://ecoamigo.herobo.com/test_email.php gives... SMTP Error: Could not connect to SMTP host. Mailer Error: SMTP Error: Could not connect to SMTP host. So here the script complains... but the server doesn't crash... Which makes me...
  2. B

    PHPMail to my SMTP server 500 error file permissions...

    Here's the code include("class.phpmailer.php"); include("class.smtp.php"); function makeLink($string){ // make sure there is an http:// on all URLs $string = preg_replace("/([^\w\/])(www\.[a-z0-9\-]+\.[a-z0-9\-]+)/i", "$1http://$2",$string); //make all URLs links...
  3. B

    PHPMail to my SMTP server 500 error file permissions...

    Ok... been there... no Eureka... All I know is that if I swap MAIL(blah blah) for PHPMAIL(blah blah)... in the PHP script... it crashes the X10 server... BUT it works on the MS test box here. Possibly that means sockets are not set in PHP.ini... or that a socket is a file type and that's not...
  4. B

    PHPMail to my SMTP server 500 error file permissions...

    Firstly hello... so far I have to say X10 is looking good... thank you... Below is the error I get when I try run PHPMailer... which sends emails to my SMTP server... I'm not sure why but I think the firewall or something is seeing the code call sockets and its shutting me down... I don't send...
Top