Replies: 0
Since updating to the latest version 1.4.2 of WP mail SMTP 2 weeks ago, I am getting errors from backupbuddy when it attempts to send one particular email indicating the completion of a backup tranfer to to google drive. All other emails sent by backup buddy, and anything else, including the WP mail SMTP test email are working fine. The error I get is…
Fatal PHP error encountered:
type => 1
message => Uncaught Error: Call to undefined method Google_Client::setIncludeGrantedScopes() in /home2/mike/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Auth.php:92
Stack trace:
#0 /home2/mike/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Auth.php(53): WPMailSMTP\Providers\Gmail\Auth->get_client()
#1 /home2/mike/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Mailer.php(79): WPMailSMTP\Providers\Gmail\Auth->__construct()
#2 /home2/mike/public_html/wp-content/plugins/wp-mail-smtp/src/MailCatcher.php(105): WPMailSMTP\Providers\Gmail\Mailer->send()
#3 /home2/mike/public_html/wp-includes/pluggable.php(481): WPMailSMTP\MailCatcher->send()
#4 /home2/mike/public_html/wp-content/plugins/backupbuddy/classes/core.php(619): wp_mail(Array, ‘BackupBuddy Fil…’, ‘<?php\n/**\n * Em…’, Array)
#5 /home2/mike/public_html/wp-content/plugins/backupbuddy/destinations/bootstrap.php(665): backupbuddy_core::mail_notify_scheduled(”, ‘destinationComp…’, ‘Destination sen…’, Array)
NB I am still running wordpress 4.9.10
#6 /h
file => /home2/mike/public_html/wp-content/plugins/wp-mail-smtp/src/Providers/Gmail/Auth.php
line => 92
—