• Resolved windowsxcom

    (@windowsxcom)


    I am in the process of configuring my StickyChicky.com domain with WordPress but the forgot email function, and the registration email function, do not work. I get the error “The e-mail could not be sent. Possible reason: your host may have disabled the mail() function”.

    Here are repro steps:
    1. Go to https://www.stickychicky.com/wp-login.php?action=lostpassword
    2. In the “Username or E-mail” field enter “[email protected]
    3. Click “Get New Password”
    4. Receive error

    I have also installed the WP-Mail-SMTP plugin by Callum Macdonald, https://www.callum-macdonald.com, gone through the configurations, changed settings back and forth, different combos, etc. to no avail. Any suggestions would be great.

    I also have a message in with GoDaddy so we will see what they say as well.

Viewing 4 replies - 16 through 19 (of 19 total)
  • Hi,

    I did what was mentioned above, and it hasn’t worked. It’s ended up with. Talked with GoDaddy staff several times tonight, and it still doesn’t seem to work. Can anyone help?

    The result was:

    bool(false)

    The full debugging output is shown below:

    object(PHPMailer)#77 (45) {
    [“Priority”]=>
    int(3)
    [“CharSet”]=>
    string(5) “UTF-8”
    [“ContentType”]=>
    string(10) “text/plain”
    [“Encoding”]=>
    string(4) “8bit”
    [“ErrorInfo”]=>
    string(43) “SMTP Error: Could not connect to SMTP host.”
    [“From”]=>
    string(29) “[email protected]
    [“FromName”]=>
    string(16) “Crystal Stephens”
    [“Sender”]=>
    string(0) “”
    [“Subject”]=>
    string(48) “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.4”
    [“ConfirmReadingTo”]=>
    string(0) “”
    [“Hostname”]=>
    string(0) “”
    [“MessageID”]=>
    string(0) “”
    [“Host”]=>
    string(30) “relay-hosting.secureserver.net”
    [“Port”]=>
    string(3) “110”
    [“Helo”]=>
    string(0) “”
    [“SMTPSecure”]=>
    string(0) “”
    [“SMTPAuth”]=>
    bool(false)
    [“Username”]=>
    string(0) “”
    [“Password”]=>
    string(0) “”
    [“Timeout”]=>
    int(10)
    [“SMTPDebug”]=>
    int(2)
    [“SMTPKeepAlive”]=>
    bool(false)
    [“SingleTo”]=>
    bool(false)
    [“smtp”]=>
    object(SMTP)#76 (7) {
    [“SMTP_PORT”]=>
    int(25)
    [“CRLF”]=>
    string(2) “

    [“do_debug”]=>
    int(2)
    [“do_verp”]=>
    bool(false)
    [“smtp_conn”]=>
    bool(false)
    [“error”]=>
    array(3) {
    [“error”]=>
    string(27) “Failed to connect to server”
    [“errno”]=>
    int(10060)
    [“errstr”]=>
    string(185) “A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

    }
    [“helo_rply”]=>
    NULL
    }
    [“to”]=>
    array(1) {
    [0]=>
    array(2) {
    [0]=>
    string(21) “[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_9d050a9c0ea1c699c9ce67cc73e4488a”
    [2]=>
    string(35) “b2_9d050a9c0ea1c699c9ce67cc73e4488a”
    }
    [“language”]=>
    array(13) {
    [“mailer_not_supported”]=>
    string(25) ” mailer is not supported.”
    [“provide_address”]=>
    string(55) “You must provide at least one mailer is not supported.”
    [“execute”]=>
    string(19) “Could not execute: “
    [“instantiate”]=>
    string(36) “Could not instantiate mail function.”
    [“authenticate”]=>
    string(35) “SMTP Error: Could not authenticate.”
    [“from_failed”]=>
    string(35) “The following From address failed: “
    [“data_not_accepted”]=>
    string(30) “SMTP Error: Data not accepted.”
    [“recipients_failed”]=>
    string(56) “SMTP Error: The following SMTP Error: Data not accepted.”
    [“connect_host”]=>
    string(43) “SMTP Error: Could not connect to SMTP host.”
    [“file_access”]=>
    string(23) “Could not access file: “
    [“file_open”]=>
    string(33) “File Error: Could not open file: “
    [“encoding”]=>
    string(18) “Unknown encoding: “
    [“signing”]=>
    string(15) “Signing Error: “
    }
    [“error_count”]=>
    int(1)
    [“LE”]=>
    string(1) “

    [“sign_cert_file”]=>
    string(0) “”
    [“sign_key_file”]=>
    string(0) “”
    [“sign_key_pass”]=>
    string(0) “”
    }

    The SMTP debugging output is shown below:

    SMTP -> ERROR: Failed to connect to server: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
    (10060)

    Belladore

    (@sweet_baby_girl)

    It doesn’t work for me.

    But thing is that I have my email redirected to gmail hosts ??

    Is this the problem? ??

    I tried all the suggestions in this thread and got further than I did before, but now I get a blank screen when I either request a forgotten password or send the test message from the plug-in settings page.

    It takes a long time, then I just get a blank screen. It looks like something is timing out, but I get no errors at all – just nothing. I see the admin “skin” with the menu down the left, but the entire content area is blank. The url at this point is – https://mydomain.com/blog/wp-admin/options-general.php?page=wp-mail-smtp/wp_mail_smtp.php

    I can’t even get to the “The result was:” screen. Do you guys have any suggestions on how to debug further?

    same here. what jamiesdesigns said worked for me.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘GoDaddy WordPress Install w/ Disabled “mail() function”’ is closed to new replies.