Home › Forums › Quform PHP › Fata Error could not authenticate
- This topic has 1 reply, 2 voices, and was last updated 8 years, 6 months ago by Ally.
- AuthorPosts
- May 26, 2016 at 11:20 pm #19039pegatheme7Participant
I have looked at the solutionsbut it is not working. I alreadyhad recipient field exact as in form with an array.
The form still submits but doesn;t redirect I get the following error each time.
I hae changed my password and did a mail test that was successful. where is it going wrong? This was not happening a few weeks ago.
Fatal error: Uncaught exception 'phpmailerException' with message 'SMTP Error: Could not authenticate.' in /home/moreweb/public_html/example.com/quform/lib/class.phpmailer.php:1350 Stack trace: #0 /home/moreweb/public_html/example.com/quform/lib/class.phpmailer.php(1215): PHPMailer->smtpConnect() #1 /home/moreweb/public_html/example.com/quform/lib/class.phpmailer.php(1059): PHPMailer->smtpSend('Date: Thu, 26 M...', '--b1_f7436a5147...') #2 /home/moreweb/public_html/example.com/quform/lib/class.phpmailer.php(966): PHPMailer->postSend() #3 /home/moreweb/public_html/example.com/quform/process-qujumboppctx.php(425): PHPMailer->send() #4 /home/moreweb/public_html/example.com/quform/process-qujumboppctx.php(479): process(Object(Quform), Array) #5 {main} thrown in /home/moreweb/public_html/example.com/quform/lib/class.phpmailer.php on line 1350
setting for smtp
$config['smtp'] = array(
'host' => '403.accountserver.com',
'port' => 465,
'username' => 'admin@example.com',
'password' => 'sily&*^%$bells',
'encryption' => ''
);
Please help .. it is hosted at Site 5…
May 27, 2016 at 9:57 pm #19048AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.