Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Vivid

    (@vivid)

    I’m having the same issue with the bulk resize and single photo resize.

    GoDaddy was able to figure out my issue. Since i’m hosting my own web server, I needed to use the host smtpout.secureserver.net on port 80 and turn authentication on.

    Thanks ??

    I’ve got all of this set up and it still seems to be failing with this UI output…

    Test Message Sent

    The result was:

    bool(false)

    The full debugging output is shown below:

    object(PHPMailer)#109 (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(29) “[email protected]
    [“FromName”]=>
    string(12) “Vast Reality”
    [“Sender”]=>
    string(0) “”
    [“Subject”]=>
    string(56) “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”]=>
    string(0) “”
    [“Helo”]=>
    string(0) “”
    [“SMTPSecure”]=>
    string(0) “”
    [“SMTPAuth”]=>
    bool(true)
    [“Username”]=>
    string(29) “xxxxxxxxxx” (Email here)
    [“Password”]=>
    string(9) “xxxxxxxxxx” (Password Here)
    [“Timeout”]=>
    int(10)
    [“SMTPDebug”]=>
    int(2)
    [“SMTPKeepAlive”]=>
    bool(false)
    [“SingleTo”]=>
    bool(false)
    [“smtp”]=>
    object(SMTP)#110 (7) {
    [“SMTP_PORT”]=>
    int(25)
    [“CRLF”]=>
    string(2) “

    [“do_debug”]=>
    int(2)
    [“do_verp”]=>
    bool(false)
    [“smtp_conn”]=>
    resource(105) of type (stream)
    [“error”]=>
    NULL
    [“helo_rply”]=>
    string(77) “250-smtpout17-02.prod.mesa1.secureserver.net
    250-PIPELINING
    250 8BITMIME

    }
    [“to”]=>
    array(1) {
    [0]=>
    array(2) {
    [0]=>
    string(29) “[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_433cb721bd7852a9dde7c664a7287a87”
    [2]=>
    string(35) “b2_433cb721bd7852a9dde7c664a7287a87”
    }
    [“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 smtpout17-02.prod.mesa1.secureserver.net ESMTP
    SMTP -> FROM SERVER:
    250-smtpout17-02.prod.mesa1.secureserver.net
    250-PIPELINING
    250 8BITMIME
    SMTP -> ERROR: AUTH not accepted from server: 502 unimplemented (#5.5.1)

    SMTP -> FROM SERVER:
    250 flushed

    Any Ideas? I’m running the newest version of the email plug in and also am running WP 2.7.

    Thread Starter Vivid

    (@vivid)

    Yep, just found it.

    I used this post to get it working again ??

    https://www.ads-software.com/support/topic/188977?replies=6

    Thanks for everyone’s help.

    I’m having the same problems as everyone else apparently and I am trying out jtilton’s fix. I can install the plug-in ok, activate it, and then go into the options, but it seems my options are different that what he has listed…

    I can choose to either
    A) Sendmail via mail() (Default WordPress mail handler)
    B) SMTP via wpPHPMailer

    I’m assuming I pick B, then here are the options I’m not sure what to use…

    SMTP mail server: The example they give here is smtp1.example.com
    Port: Default is set at 25
    SMTP server requires authentication?: (If checked, specify authentication settings below)
    SMTP mail username:
    SMTP mail password:
    Wordwrap length: Default is set at 60
    Use hardcoded from values?: Default is unchecked
    Hardcoded from e-mail:
    Hardcoded from name:

    Any help here would be appreciated, I really need to get this up and running.

    If anyone knows how to set up my web server as a mail server since i’m running Ubuntu Linux 7.10, that would be even better than relying on a plug-in.

    Thanks,

    Thread Starter Vivid

    (@vivid)

    You might try deactivating all your plug-ins and checking to see if it gives you the option of the “Add Media” buttons. There could be some other ones that aren’t working with it.

    Thread Starter Vivid

    (@vivid)

    Well guys, I think I may have found my problem…

    I was able to get the “Add Media” buttons to appear after deactivating the PhotoXhibit plug-in that I have installed. I have version 2.1.0 of it so it is completely up to date, but it looks like WP 2.5 isn’t going to play nice with it and let me have the option of both ways of uploading photos. It’s just one or the other at this point. If you are having this same problem, try deactivating that plug-in.

    I had version WP 2.3.3 before this upgrade and was able to upload photos via WP and also the PhotoXhibit plug-in.

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