First of all, I would like to thank you for creating such a beautiful plugin for wordpress,for free. I am currently using a free hosting service which do not provide smtp service. While I seting up the Nino contact, I tried to sent a test message to my email id.But I received an error “Message couldn’t be sent. Click here for more detail.”
I clicked and the following was the error:
Test Message Sent
The result was:
bool(false)
The full debugging output is shown below:
object(PHPMailer)#339 (73) {
[“Version”]=>
string(6) “5.2.10”
[“Priority”]=>
int(3)
[“CharSet”]=>
string(5) “UTF-8”
[“ContentType”]=>
string(10) “text/plain”
[“Encoding”]=>
string(4) “8bit”
[“ErrorInfo”]=>
string(82) “SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting”
[“From”]=>
string(26) “[email protected]”
[“FromName”]=>
string(9) “WordPress”
[“Sender”]=>
string(0) “”
[“ReturnPath”]=>
string(0) “”
[“Subject”]=>
string(29) “Nino Contact Form : Test mail”
[“Body”]=>
string(69) “This is a test email generated by Nino Contact Form WordPress plugin.”
[“AltBody”]=>
string(0) “”
[“Ical”]=>
string(0) “”
[“MIMEBody”:protected]=>
string(70) “This is a test email generated by Nino Contact Form WordPress plugin.
“
[“MIMEHeader”:protected]=>
string(390) “Date: Sun, 20 Sep 2015 18:51:41 +0000
To: [email protected]
From: WordPress
Subject: Nino Contact Form : Test mail
Message-ID:
X-Priority: 3
X-Mailer: PHPMailer 5.2.10 (https://github.com/PHPMailer/PHPMailer/)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
“
[“mailHeader”:protected]=>
string(0) “”
[“WordWrap”]=>
int(0)
[“Mailer”]=>
string(4) “smtp”
[“Sendmail”]=>
string(18) “/usr/sbin/sendmail”
[“UseSendmailOptions”]=>
bool(true)
[“PluginDir”]=>
string(0) “”
[“ConfirmReadingTo”]=>
string(0) “”
[“Hostname”]=>
string(0) “”
[“MessageID”]=>
string(0) “”
[“MessageDate”]=>
string(31) “Sun, 20 Sep 2015 18:51:41 +0000”
[“Host”]=>
string(9) “localhost”
[“Port”]=>
int(25)
[“Helo”]=>
string(0) “”
[“SMTPSecure”]=>
string(0) “”
[“SMTPAutoTLS”]=>
bool(true)
[“SMTPAuth”]=>
bool(false)
[“SMTPOptions”]=>
array(0) {
}
[“Username”]=>
string(0) “”
[“Password”]=>
string(0) “”
[“AuthType”]=>
string(0) “”
[“Realm”]=>
string(0) “”
[“Workstation”]=>
string(0) “”
[“Timeout”]=>
int(300)
[“SMTPDebug”]=>
int(0)
[“Debugoutput”]=>
string(4) “echo”
[“SMTPKeepAlive”]=>
bool(false)
[“SingleTo”]=>
bool(false)
[“SingleToArray”]=>
array(0) {
}
[“do_verp”]=>
bool(false)
[“AllowEmpty”]=>
bool(false)
[“LE”]=>
string(1) “
“
[“DKIM_selector”]=>
string(0) “”
[“DKIM_identity”]=>
string(0) “”
[“DKIM_passphrase”]=>
string(0) “”
[“DKIM_domain”]=>
string(0) “”
[“DKIM_private”]=>
string(0) “”
[“action_function”]=>
string(0) “”
[“XMailer”]=>
string(0) “”
[“smtp”:protected]=>
object(SMTP)#356 (13) {
[“Version”]=>
string(6) “5.2.10”
[“SMTP_PORT”]=>
int(25)
[“CRLF”]=>
string(2) “
“
[“do_debug”]=>
int(0)
[“Debugoutput”]=>
string(4) “echo”
[“do_verp”]=>
bool(false)
[“Timeout”]=>
int(300)
[“Timelimit”]=>
int(300)
[“smtp_conn”:protected]=>
bool(false)
[“error”:protected]=>
array(4) {
[“error”]=>
string(0) “”
[“detail”]=>
string(0) “”
[“smtp_code”]=>
string(0) “”
[“smtp_code_ex”]=>
string(0) “”
}
[“helo_rply”:protected]=>
NULL
[“server_caps”:protected]=>
NULL
[“last_reply”:protected]=>
string(0) “”
}
[“to”:protected]=>
array(1) {
[0]=>
array(2) {
[0]=>
string(21) “[email protected]”
[1]=>
string(0) “”
}
}
[“cc”:protected]=>
array(0) {
}
[“bcc”:protected]=>
array(0) {
}
[“ReplyTo”:protected]=>
array(0) {
}
[“all_recipients”:protected]=>
array(1) {
[“[email protected]”]=>
bool(true)
}
[“attachment”:protected]=>
array(0) {
}
[“CustomHeader”:protected]=>
array(0) {
}
[“lastMessageID”:protected]=>
string(55) “”
[“message_type”:protected]=>
string(5) “plain”
[“boundary”:protected]=>
array(3) {
[1]=>
string(35) “b1_f5ef9640fc249c9b1ea758e2406ae167”
[2]=>
string(35) “b2_f5ef9640fc249c9b1ea758e2406ae167”
[3]=>
string(35) “b3_f5ef9640fc249c9b1ea758e2406ae167”
}
[“language”:protected]=>
array(19) {
[“authenticate”]=>
string(35) “SMTP Error: Could not authenticate.”
[“connect_host”]=>
string(43) “SMTP Error: Could not connect to SMTP host.”
[“data_not_accepted”]=>
string(30) “SMTP Error: data not accepted.”
[“empty_message”]=>
string(18) “Message body empty”
[“encoding”]=>
string(18) “Unknown encoding: “
[“execute”]=>
string(19) “Could not execute: “
[“file_access”]=>
string(23) “Could not access file: “
[“file_open”]=>
string(33) “File Error: Could not open file: “
[“from_failed”]=>
string(35) “The following From address failed: “
[“instantiate”]=>
string(36) “Could not instantiate mail function.”
[“invalid_address”]=>
string(15) “Invalid address”
[“mailer_not_supported”]=>
string(25) ” mailer is not supported.”
[“provide_address”]=>
string(54) “You must provide at least one recipient email address.”
[“recipients_failed”]=>
string(45) “SMTP Error: The following recipients failed: “
[“signing”]=>
string(15) “Signing Error: “
[“smtp_connect_failed”]=>
string(22) “SMTP connect() failed.”
[“smtp_error”]=>
string(19) “SMTP server error: “
[“variable_set”]=>
string(30) “Cannot set or reset variable: “
[“extension_missing”]=>
string(19) “Extension missing: “
}
[“error_count”:protected]=>
int(2)
[“sign_cert_file”:protected]=>
string(0) “”
[“sign_key_file”:protected]=>
string(0) “”
[“sign_extracerts_file”:protected]=>
string(0) “”
[“sign_key_pass”:protected]=>
string(0) “”
[“exceptions”:protected]=>
bool(true)
[“uniqueid”:protected]=>
string(32) “f5ef9640fc249c9b1ea758e2406ae167”
}
Is the error because of my hosting provider?How can I solve the problem?Thanks in advance.
]]>When I insert shordcode [nino_contact_form] into page under the text with my info after publish the text is below shordcode. [nino_contact_form]
Eg: ( I would like to have this format on page)
My Text or picture: Please contact me … Fill this form below.
[nino_contact_form]
After publish text is below and form is on top:
[nino_contact_form]
My Text or picture: Please contact me … Fill this form below.
Is there a way of changing the colour of the submit button? I would like it to be red to match my theme.
Thanks,
Amelia
Hello Nino,
Is it possible to also add a phone number to the contact form?
Greetz,
Tadeusz
]]>Hi im using your plugin on my website fotolik.mk i think is great but i have a problem;
thing is nivo sents mails TO the mail entered when you install WP, i didnt know at the time, so can i change that, can i type new email on wich will send all mails to;
also can i add option to Reply To meaing the person that uses the contact form he should write his mail , but coz ive sorted SMTP it comes that i get mails from my mail?
]]>Hi there,
First off, many thanks for such a nice simple form builder – the backend set up is superb.
I was wondering if you could take a look here at my test site: https://crumblecottage.users40.interdns.co.uk/contact-us/ I’ve added the form via a shortcode, however it appears that the styling etc is not being applied.
Wonder if you had any solutions
Thanks so much
D
]]>