Home › Forums › Quform PHP › Contact form said it sent successfuly but never recieved it
- This topic has 6 replies, 2 voices, and was last updated 6 years, 4 months ago by boydbartley.
- AuthorPosts
- June 27, 2018 at 8:36 pm #26222boydbartleyParticipant
I was able to send the form with 1 recipient: $config[‘recipients’] = ‘bbgd@sbcglobal.net’;
but when I put 2 more in it said it sent but nobody received it:
$config[‘recipients’] = array(
‘dc@outcomesintl.com’,
‘fr@outcomesintl.com’,
‘bbgd@sbcglobal.net’
);I am on a Windows 10, 64 bits computer. What other information do you need
June 28, 2018 at 2:24 pm #26227AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 28, 2018 at 4:19 pm #26229boydbartleyParticipantThank you. I will look at the sheet you sent
June 28, 2018 at 6:44 pm #26230boydbartleyParticipantOkay,l I followed the direction but I am sending direct from the contact page not an email. I talked to GoDaddy who is hosting the website. They tell me that All I need to put in this and nothing else.
$config[‘smtp’] = array(
‘host’ => ‘localhost’,
‘port’ => 25,
‘username’ => ”,
‘password’ => ”,
‘encryption’ => ”
);I am only sending to myself as a test. I get the following errors
here was a problem
Warning: stream_socket_enable_crypto(): Peer certificate CN=*.prod.phx3.secureserver.net' did not match expected CN=
localhost’ in /home/cinder2bob/public_html/outcomesintl.com/quform/lib/class.smtp.php on line 369Fatal error: Uncaught exception ‘phpmailerException’ with message ‘SMTP Error: Could not connect to SMTP host.’ in /home/cinder2bob/public_html/outcomesintl.com/quform/lib/class.phpmailer.php:1678
Stack trace:
#0 /home/cinder2bob/public_html/outcomesintl.com/quform/lib/class.phpmailer.php(1540): PHPMailer->smtpConnect(Array)
#1 /home/cinder2bob/public_html/outcomesintl.com/quform/lib/class.phpmailer.php(1335): PHPMailer->smtpSend(‘Date: Thu, 28 J…’, ‘This is a multi…’)
#2 /home/cinder2bob/public_html/outcomesintl.com/quform/lib/class.phpmailer.php(1213): PHPMailer->postSend()
#3 /home/cinder2bob/public_html/outcomesintl.com/quform/process.php(455): PHPMailer->send()
#4 /home/cinder2bob/public_html/outcomesintl.com/quform/process.php(508): process(Object(Quform), Array)
#5 {main}
thrown in /home/cinder2bob/public_html/outcomesintl.com/quform/lib/class.phpmailer.php on line 1678What do I do now? I promise I am not stupid but am uneducated. That’s why I bought the contact form in the first place.
June 28, 2018 at 8:36 pm #26231boydbartleyParticipantHere is the results from the smtp-check.php
Attachments:
You must be logged in to view attached files.June 29, 2018 at 11:31 am #26238AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
July 2, 2018 at 8:16 pm #26266boydbartleyParticipantLooks like it worked. I recieved my essage back immediately. No one else have let me know yet so I have to wait before I close this out. Thanks for staying with me and giving me as much help as you have
- AuthorPosts
- You must be logged in to reply to this topic.