• Can anyone help me with what this means?
    I am getting a prompt that it cannot send an email when i complete my form.

    I did a test email, and came back with this…

    Test Message Sent
    wordpress Test mail to [email protected]

    The result was:

    bool(false)

    The full debugging output is shown below:

    object(PHPMailer)#105 (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(21) “[email protected]
    [“FromName”]=>
    string(27) “WordPress Contact Form Test”
    [“Sender”]=>
    string(0) “”
    [“Subject”]=>
    string(34) “Test mail to [email protected]
    [“Body”]=>
    string(90) “This is a test mail generated by the Fast Secure Contact Form
    WordPress plugin. wordpress”
    [“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(14) “smtp.gmail.com”
    [“Port”]=>
    string(4) “465,”
    [“Helo”]=>
    string(0) “”
    [“SMTPSecure”]=>
    string(3) “ssl”
    [“SMTPAuth”]=>
    bool(true)
    [“Username”]=>
    string(21) “…@gmail.com”
    [“Password”]=>
    string(8) “”
    [“Timeout”]=>
    int(10)
    [“SMTPDebug”]=>
    int(2)
    [“SMTPKeepAlive”]=>
    bool(false)
    [“SingleTo”]=>
    bool(false)
    [“smtp”]=>
    object(SMTP)#106 (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(2) {
    [0]=>
    array(2) {
    [0]=>
    string(8) “Reply-To”
    [1]=>
    string(22) ” [email protected]
    }
    [1]=>
    array(2) {
    [0]=>
    string(11) “Return-Path”
    [1]=>
    string(22) ” [email protected]
    }
    }
    [“message_type”]=>
    string(5) “plain”
    [“boundary”]=>
    array(2) {
    [1]=>
    string(35) “b1_97c3ab3137b512b7c362253e99fe4a3a”
    [2]=>
    string(35) “b2_97c3ab3137b512b7c362253e99fe4a3a”
    }
    [“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 E-mail 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)

    It is currently set to send via WordPress. If i set to geekmail or PHP, i get the following prompts…

    Warning: mail() [function.mail]: SMTP server response: 553 sorry, your mail was administratively denied. (#5.7.1) in D:\Hosting\7192575\html\wp-content\plugins\si-contact-form\ctf_geekMail-1.0.php on line 1366

    The e-mail could not be sent.

    Additionally – With FireFox, when i type in the fields i get some crazy characters.

    Help is certainly apprecaited and i have donated via my other account.

    https://www.ads-software.com/extend/plugins/si-contact-form/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Do you know you just gave the world your email address and password?
    I strongly suggest changing your GMAIL password ASAP. I will try to get a moderator to remove it from the post.

    The error is:
    SMTP Error: Could not connect to SMTP host. ERROR: Failed to connect to server: A connection attempt failed.
    Make a trouble ticket with your webhost and ask for help determining if a firewall rule os blocking the connection.

    Moderator Samuel Wood (Otto)

    (@otto42)

    www.ads-software.com Admin

    Password removed.

    Thread Starter strengthhub

    (@strengthhub)

    thanks for looking out for me, and my password has been changed.

    Thread Starter strengthhub

    (@strengthhub)

    Mike – Can you explain why there are issues with characters (in fields and on submit button) when i use Firefox?

    What is the URL so I can see?

    Hi Mike – Can you help me, I am having the same problem int he subject line “Fast Secure Contact Form: Unable to send email”

    I get the following bounce message in an email:

    —– The following addresses had permanent fatal errors —– <[email protected]>
    (reason: 553 sorry, your mail was administratively denied. (#5.7.1))

    —– Transcript of session follows —– … while talking to relay-hosting.secureserver.net.:
    >>> MAIL From:<[email protected]> SIZE=1042
    <<< 553 sorry, your mail was administratively denied. (#5.7.1)
    501 5.6.0 Data format error

    Thank you,
    Mark

    Do you have GoDaddy web host?
    If yes, see this help page:
    https://www.fastsecurecontactform.com/godaddy-email

    If not, see this help page:
    https://www.fastsecurecontactform.com/email-does-not-send

    Hi Mike,

    Thank you for your response. Yes, I am using Go-Daddy web gosting.

    I was actually planning on using Google-Apps for email with my Domain, if I follow those steps while utalizing Google-Apps will I get it to work?

    Thanks Again,
    Mark

    Hey Guys – As a follow up I got this to work with Go-Daddy hosing, I uninstalled and reinstalled the plug-in, by default without changing too much except for the auto responders it does work, BUT there is a 15-45 minute delay for you to receive the email after some submits using the form. Hope that helps, and maybe Mike can shed some light as well if he sees this.

    GoDaddy email from web forms can take up to 30 minutes to receive. The average time in my many tests was 1-15 minutes! GoDaddy says their servers only send mail, once every 15 minutes.

    P.S. for reasons such as this, GoDaddy is not on my list of preferred web hosts.

    Hey Mike – Thank you for that info, this was helpful! Because one of the things in the back of my mind was will the messages only work sometimes, or worse yet stop without me even knowing.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] Unable to send email’ is closed to new replies.