Fatal error: Class 'SMTP' not found

Home Forums Quform PHP Fatal error: Class 'SMTP' not found

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17088
    Xavi
    Participant

    Hello,

    I have been having troubles with the SMTP (Gmail) with the contact form, since it shows the following error:

    Fatal error: Uncaught exception 'phpmailerException' with message 'SMTP Error: Could not authenticate.' in websitepath...\quform\lib\class.phpmailer.php:1350.

    Here is the SMTP config:

    $config['smtp'] = array(
        'host' => 'smtp.gmail.com',
        'port' => 465,
        'username' => 'username@domain.com',
        'password' => 'password',
        'encryption' => 'ssl'
    );

    In the other hand, and surfing around the web, I saw one post where you were talking about test with a php file named “smtp-check.php”.

    As long as I checked the result, it shows this error:

    Fatal error: Class 'SMTP' not found in [...]\quform\lib\class.phpmailer.php on line 1194

    Could be the reason of the SMTP function not working?

    Thanks!

    #17096
    Ally
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy