cconnor970
Forum Replies Created
-
Forum: Plugins
In reply to: [Remove Footer Credit] Remove foot credit, add my ownAh, didn’t see the plug in part. Thanks so much, it worked perfectly.
Forum: Plugins
In reply to: [Remove Footer Credit] Remove foot credit, add my ownMy challenge is I don’t have a “Remove footer credits”.
My choices when I hover over tools are:
Available tools
Import
Export
Site Health
export Personal data
Erase Personal Data
Advanced reset WP
Forum: Plugins
In reply to: [Forms - Form builder and Contact form] emails not workingInstalled. Here is the last line from the test email:
250 2.0.0 w0VE2Zdu800782 Message accepted for delivery
Forum: Plugins
In reply to: [Forms - Form builder and Contact form] emails not workingWell, Go Daddy forced a new user email so they say it’s not their issue. They recommend a full reinstall, which I did. I still have the same issues. If I go premium, can you please help? I just want your form to work with my site.
Forum: Plugins
In reply to: [Forms - Form builder and Contact form] emails not workingI dont see where your screen shot is in my settings.
I deleted the email names out of this error log for SMTP, but is this telling me the password is wrong fr authentication, or is it more than that?
Test Message Sent
The result was:
bool(false)
The full debugging output is shown below:PHPMailer Object
(
[Version] => 5.2.22
[Priority] =>
[CharSet] => UTF-8
[ContentType] => text/plain
[Encoding] => 7bit
[ErrorInfo] => SMTP Error: Could not authenticate.
[From] =>
[FromName] =>
[Sender] =>
[ReturnPath] =>
[Subject] => WP Mail SMTP: Test mail to
[Body] => This is a test email generated by the WP Mail SMTP WordPress plugin.
[AltBody] =>
[Ical] =>
[MIMEBody:protected] => This is a test email generated by the WP Mail SMTP WordPress plugin.[MIMEHeader:protected] => Date: Thu, 11 Jan 2018 20:52:01 +0000
To:
From: Pioneer Fence Company
Subject: WP Mail SMTP: Test mail to
Message-ID:
X-Mailer: PHPMailer 5.2.22 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8[mailHeader:protected] =>
[WordWrap] => 0
[Mailer] => smtp
[Sendmail] => /usr/sbin/sendmail
[UseSendmailOptions] => 1
[PluginDir] =>
[ConfirmReadingTo] =>
[Hostname] =>
[MessageID] =>
[MessageDate] => Thu, 11 Jan 2018 20:52:01 +0000
[Host] => smtpout.secureserver.net
[Port] => 80
[Helo] =>
[SMTPSecure] =>
[SMTPAutoTLS] =>
[SMTPAuth] => 1
[SMTPOptions] => Array
(
)[Username] =>
[Password] =>
[AuthType] =>
[Realm] =>
[Workstation] =>
[Timeout] => 300
[SMTPDebug] => 2
[Debugoutput] => echo
[SMTPKeepAlive] =>
[SingleTo] =>
[SingleToArray] => Array
(
)[do_verp] =>
[AllowEmpty] =>
[LE] =>[DKIM_selector] =>
[DKIM_identity] =>
[DKIM_passphrase] =>
[DKIM_domain] =>
[DKIM_private] =>
[DKIM_private_string] =>
[action_function] =>
[XMailer] =>
[smtp:protected] => SMTP Object
(
[Version] => 5.2.22
[SMTP_PORT] => 25
[CRLF] =>[do_debug] => 2
[Debugoutput] => echo
[do_verp] =>
[Timeout] => 300
[Timelimit] => 300
[smtp_transaction_id_patterns:protected] => Array
(
[exim] => /[0-9]{3} OK id=(.*)/
[sendmail] => /[0-9]{3} 2.0.0 (.*) Message/
[postfix] => /[0-9]{3} 2.0.0 Ok: queued as (.*)/
)[smtp_conn:protected] =>
[error:protected] => Array
(
[error] =>
[detail] =>
[smtp_code] =>
[smtp_code_ex] =>
)[helo_rply:protected] =>
[server_caps:protected] =>
[last_reply:protected] =>
)[to:protected] => Array
(
[0] => Array
(
[0] =>
[1] =>
))
[cc:protected] => Array
(
)[bcc:protected] => Array
(
)[ReplyTo:protected] => Array
(
)[all_recipients:protected] => Array
(
[] => 1
)[RecipientsQueue:protected] => Array
(
)[ReplyToQueue:protected] => Array
(
)[attachment:protected] => Array
(
)[CustomHeader:protected] => Array
(
)[lastMessageID:protected] =>
[message_type:protected] => plain
[boundary:protected] => Array
(
[1] => b1_ac4b836ca4026cefbfd899301d50df1e
[2] => b2_ac4b836ca4026cefbfd899301d50df1e
[3] => b3_ac4b836ca4026cefbfd899301d50df1e
)[language:protected] => Array
(
[authenticate] => SMTP Error: Could not authenticate.
[connect_host] => SMTP Error: Could not connect to SMTP host.
[data_not_accepted] => SMTP Error: data not accepted.
[empty_message] => Message body empty
[encoding] => Unknown encoding:
[execute] => Could not execute:
[file_access] => Could not access file:
[file_open] => File Error: Could not open file:
[from_failed] => The following From address failed:
[instantiate] => Could not instantiate mail function.
[invalid_address] => Invalid address:
[mailer_not_supported] => mailer is not supported.
[provide_address] => You must provide at least one recipient email address.
[recipients_failed] => SMTP Error: The following recipients failed:
[signing] => Signing Error:
[smtp_connect_failed] => SMTP connect() failed.
[smtp_error] => SMTP server error:
[variable_set] => Cannot set or reset variable:
[extension_missing] => Extension missing:
)[error_count:protected] => 2
[sign_cert_file:protected] =>
[sign_key_file:protected] =>
[sign_extracerts_file:protected] =>
[sign_key_pass:protected] =>
[exceptions:protected] => 1
[uniqueid:protected] => ac4b836ca4026cefbfd899301d50df1e
)
The SMTP debugging output is shown below:2018-01-11 20:52:01 SERVER -> CLIENT: 220 p3plsmtpa11-05.prod.phx3.secureserver.net :SMTPAUTH: ESMTP
2018-01-11 20:52:01 CLIENT -> SERVER: EHLO pioneerfence.com
2018-01-11 20:52:01 SERVER -> CLIENT: 250-p3plsmtpa11-05.prod.phx3.secureserver.net hello [45.40.166.162], secureserver.net
250-HELP
250-AUTH LOGIN PLAIN
250-SIZE 30000000
250-PIPELINING
250-8BITMIME
250 OK
2018-01-11 20:52:01 CLIENT -> SERVER: AUTH LOGIN
2018-01-11 20:52:01 SERVER -> CLIENT: 334 VXNlcm5hbWU6
2018-01-11 20:52:01 CLIENT -> SERVER: c2VydmljZUBwaW9uZWVyZmVuY2UuY29t
2018-01-11 20:52:01 SERVER -> CLIENT: 334 UGFzc3dvcmQ6
2018-01-11 20:52:01 CLIENT -> SERVER: R3JheUZlbmNlMTIzIQ==
2018-01-11 20:52:01 SERVER -> CLIENT: 535 Authentication Failed for [email protected]
2018-01-11 20:52:01 SMTP ERROR: Password command failed: 535 Authentication Failed for [email protected]
2018-01-11 20:52:01 SMTP Error: Could not authenticate.
2018-01-11 20:52:01 CLIENT -> SERVER: QUIT
2018-01-11 20:52:01 SERVER -> CLIENT:
2018-01-11 20:52:01 SMTP ERROR: QUIT command failed:
2018-01-11 20:52:01 SMTP Error: Could not authenticate.Forum: Plugins
In reply to: [Forms - Form builder and Contact form] emails not working1. Email is correct. 2 admins users on the account, using one of the emails
2. No spam email received
3. 5 submissions, no receipt
4. New user created, NO email received
5. Form contains {formContent}