Forum Replies Created

Viewing 1 replies (of 1 total)
  • My email is still not working, even after trying windowsx.com’s instructions. Below is the test result. Has anyone found another resolution for this issue?

    Test Message Sent

    The result was:

    bool(false)
    The full debugging output is shown below:

    object(PHPMailer)#81 (44) {
    [“Priority”]=>
    int(3)
    [“CharSet”]=>
    string(5) “UTF-8”
    [“ContentType”]=>
    string(10) “text/plain”
    [“Encoding”]=>
    string(4) “8bit”
    [“ErrorInfo”]=>
    string(44) “Language string failed to load: connect_host”
    [“From”]=>
    string(24) “[email protected]
    [“FromName”]=>
    string(14) “Food Itinerary”
    [“Sender”]=>
    string(0) “”
    [“Subject”]=>
    string(45) “WP Mail SMTP: Test mail to [email protected]
    [“Body”]=>
    string(68) “This is a test email generated by the WP Mail SMTP WordPress plugin.”
    [“AltBody”]=>
    string(0) “”
    [“WordWrap”]=>
    int(0)
    [“Mailer”]=>
    string(4) “smtp”
    [“Sendmail”]=>
    string(18) “/usr/sbin/sendmail”
    [“PluginDir”]=>
    string(0) “”
    [“Version”]=>
    string(5) “2.0.2”
    [“ConfirmReadingTo”]=>
    string(0) “”
    [“Hostname”]=>
    string(0) “”
    [“MessageID”]=>
    string(0) “”
    [“Host”]=>
    string(30) “relay-hosting.secureserver.net”
    [“Port”]=>
    int(25)
    [“Helo”]=>
    string(0) “”
    [“SMTPSecure”]=>
    string(0) “”
    [“SMTPAuth”]=>
    bool(true)
    [“Username”]=>
    string(24) “[email protected]
    [“Password”]=>
    string(6) “mickey”
    [“Timeout”]=>
    int(10)
    [“SMTPDebug”]=>
    int(2)
    [“SMTPKeepAlive”]=>
    bool(false)
    [“SingleTo”]=>
    bool(false)
    [“smtp”]=>
    object(SMTP)#82 (7) {
    [“SMTP_PORT”]=>
    int(25)
    [“CRLF”]=>
    string(2) “

    [“do_debug”]=>
    int(2)
    [“do_verp”]=>
    bool(false)
    [“smtp_conn”]=>
    resource(89) of type (stream)
    [“error”]=>
    NULL
    [“helo_rply”]=>
    string(97) “250-p3nlsmtp03.shr.prod.phx3.secureserver.net
    250-PIPELINING
    250-SIZE 31457280
    250 8BITMIME

    }
    [“to”]=>
    array(1) {
    [0]=>
    array(2) {
    [0]=>
    string(18) “[email protected]
    [1]=>
    string(0) “”
    }
    }
    [“cc”]=>
    array(0) {
    }
    [“bcc”]=>
    array(0) {
    }
    [“ReplyTo”]=>
    array(0) {
    }
    [“attachment”]=>
    array(0) {
    }
    [“CustomHeader”]=>
    array(0) {
    }
    [“message_type”]=>
    string(5) “plain”
    [“boundary”]=>
    array(2) {
    [1]=>
    string(35) “b1_2fe142b0d269a6d2af44e01e4f04c517”
    [2]=>
    string(35) “b2_2fe142b0d269a6d2af44e01e4f04c517”
    }
    [“language”]=>
    array(0) {
    }
    [“error_count”]=>
    int(4)
    [“LE”]=>
    string(1) “

    [“sign_key_file”]=>
    string(0) “”
    [“sign_key_pass”]=>
    string(0) “”
    }
    The SMTP debugging output is shown below:

    SMTP -> FROM SERVER:
    220 p3nlsmtp03.shr.prod.phx3.secureserver.net ESMTP
    SMTP -> FROM SERVER:
    250-p3nlsmtp03.shr.prod.phx3.secureserver.net
    250-PIPELINING
    250-SIZE 31457280
    250 8BITMIME
    SMTP -> ERROR: AUTH not accepted from server: 502 unimplemented (#5.5.1)

    SMTP -> FROM SERVER:
    250 flushed

Viewing 1 replies (of 1 total)