Fixed an issue that could cause an Undefined variable error if $attachments was not set.
1.2.3
Updated the mail function for WordPress 5.9.
1.2.2
Updated for WordPress 5.8.
Updated the help text for the From Email Address field.
1.2.1
WordPress 5.7 compatibility update.
1.2.0
WordPress 5.5 compatibility update.
1.1.9
Gmail SMTP is compatible with WordPress 5.3.
1.1.8
Fixed this warning that is shown on servers running on PHP 7.2 or higher: PHP Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /wp-content/plugins/gmail-smtp/PHPMailer/PHPMailerAutoload.php on line 45
1.1.7
Added some error handling code after the authorized redirection step. This is to make sure that the plugin doesn’t save the error if an error occurs and no access token is returned.
1.1.6
Updated the PHPMailer library to version 5.2.26. This release fixes a potential XSS vulnerability in the default debug output.
Gmail SMTP is now compatible with WordPress 4.9.
1.1.5
Updated the minimum requirements for PHP to 5.6 since it was causing a curl_reset() error in the Google API Client library.
1.1.4
Made some changes to only include the Google API Client library and PHPMailer when needed.
1.1.3
Updated the Google API Client library to version 2.2.0.
Updated the PHPMailer library to version 5.2.24. This release contains a security fix for XSS vulnerability CVE-2017-11503.
1.1.2
Removed the “Basic Setup Instructions” section from the settings page. Full setup instructions are now available on the documentation page.
1.1.1
Updated the PHPMailer library to version 5.2.22. This release contains a critical security fix for CVE-2017-5223.
1.1.0
Updated the PHPMailer library to version 5.2.21. This release contains a critical security update for CVE-2016-10045 that was fixed in PHPMailer 5.2.20.
1.0.9
Updated the PHPMailer library to the latest version (5.2.19). This release also contains a critical security update for CVE-2016-10033 that was fixed in PHPMailer 5.2.18.
1.0.8
Gmail SMTP now supports the “wp_mail_failed” hook which fires after a phpmailerException is caught.
1.0.7
Added more requirements to the Server Info tab to help with troubleshooting.
Compatible with WooCommerce email in HTML format.
1.0.6
Added a new option to bypass this error on some servers where the SSL certificate is not properly configured – Warning: stream_socket_enable_crypto(): SSL operation failed with code 1.
OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
1.0.5
Fixed a bug that was causing this error – “Strict Standards: Non-static method GmailXOAuth2::getClient()”
1.0.4
google-api-php-client’s autoloader path now points to the src directory as the current autoloader has been deprecated
Gmail SMTP plugin is now compatible with WordPress 4.4
1.0.3
Added a new tab to show some server related information
More debug data will be shown when sending a test email
1.0.2
Fixed a bug where the oauth URL was pointing to localhost