Jump to content

Alternative to Fsockopen


Rusnoff

Recommended Posts

Doesn't work either.

 

Error:

 

Warning: pfsockopen() [function.pfsockopen]: unable to connect to customer-smtp.one.com:25 (Connection timed out) in /customers/geldklikker.eu/geldklikker.eu/httpd.www/mail/class.smtp.php on line 105

 

Line 100-105:

 

    
<?php
    #connect to the smtp server
        $this->smtp_conn = pfsockopen($host,    # the host of the server
                                     $port,    # the port to use
                                     $errno,   # error number if any
                                     $errstr,  # error message if any
                                     $tval);   # give up after ? secs
?>

 

$host=correct host (works in mailing program).

$port = 25

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.