• I’m attempting to set up my registration for my website hosted w/ godaddy. I found this http://www.roblayton.net/archive/wordpress-not-sending-emails-anymore-solved/ and still nothing. I’ve attempted this http://wordpress.org/support/topic/201663?replies=15 and I’ve even called Godaddy at which time I was redirected here. Here is a copy of what I’m seeing after attempting to run a test email…

    The result was:

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

    object(PHPMailer)#24 (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(25) “wordpress@gamerzwrath.com”
    [“FromName”]=>
    string(11) “GamerzWrath”
    [“Sender”]=>
    string(0) “”
    [“Subject”]=>
    string(47) “WP Mail SMTP: Test mail to the.sinnir@gmail.com
    [“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”]=>
    string(0) “”
    [“Helo”]=>
    string(0) “”
    [“SMTPSecure”]=>
    string(0) “”
    [“SMTPAuth”]=>
    bool(true)
    [“Username”]=>
    string(25) “(USERNAME)”
    [“Password”]=>
    string(13) “(PASSWORD)”
    [“Timeout”]=>
    int(10)
    [“SMTPDebug”]=>
    int(2)
    [“SMTPKeepAlive”]=>
    bool(false)
    [“SingleTo”]=>
    bool(false)
    [“smtp”]=>
    object(SMTP)#25 (7) {
    [“SMTP_PORT”]=>
    int(25)
    [“CRLF”]=>
    string(2) “

    [“do_debug”]=>
    int(2)
    [“do_verp”]=>
    bool(false)
    [“smtp_conn”]=>
    resource(85) 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(20) “the.sinnir@gmail.com”
    [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_50b86b91742e2fbe6be1af8ad0845e6d”
    [2]=>
    string(35) “b2_50b86b91742e2fbe6be1af8ad0845e6d”
    }
    [“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

    Version 2.7.1

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sinnir

    (@sinnir)

    NM YAY I fixed it…..i simply changed it to ….

    relay-hosting.secureserver.net
    leave port blank
    no encryption
    do not use smtp auth
    leave username AND password blank

    updated option, sent a test email and WOOT it was there! YAY

    thank you for this- i’ve been SEARCHING for days for a solution!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WP Smtp setup’ is closed to new replies.