YaySMTP - Simple WP SMTP Mail 2.4.1

Does YaySMTP - Simple WP SMTP Mail work with WordPress 6.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
6PHP warnings
1PHP notices
496PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 80.17 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.048 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 10,000+
WordPress.org page https://wordpress.org/plugins/yaysmtp/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=yaysmtp%2Fyay-smtp.php&plugin_status=all&paged=1&s&_wpnonce=34717f0131
Aspect after-activation
HTTP status 200
Load time 0.543 s
Memory usage 3.12 MiB
JS errors None
Resource errors None

Settings → YaySMTP

Page screenshot: Settings → YaySMTP
URL /wp-admin/options-general.php?page=yaysmtp_settings
Aspect menu-item
HTTP status 200
Load time 0.357 s
Memory usage 3.12 MiB
JS errors None
Resource errors None

YaySMTP

Page screenshot: YaySMTP
URL /wp-admin/admin.php?page=yaysmtp
Aspect menu-item
HTTP status 200
Load time 0.355 s
Memory usage 3.47 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.230 s
Memory usage 3.08 MiB
JS errors None
Resource errors None

Dashboard ‹ Test site — WordPress

Page screenshot: Dashboard ‹ Test site — WordPress
URL /wp-admin/index.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.437 s
Memory usage 3.16 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.297 s0.379 s+0.082 s3.07 MiB3.16 MiB+ 90.87 KiB
/wp-admin/edit.php0.184 s0.287 s+0.103 s3.1 MiB3.19 MiB+ 88.63 KiB
/wp-admin/post-new.php0.755 s0.851 s+0.096 s5.02 MiB5.09 MiB+ 69.8 KiB
/wp-admin/upload.php0.596 s0.255 s-0.341 s3.02 MiB3.07 MiB+ 54.05 KiB
/wp-admin/options-writing.php0.165 s0.438 s+0.273 s3.01 MiB3.08 MiB+ 65.2 KiB
/wp-admin/media-new.php0.252 s0.285 s+0.033 s2.99 MiB3.07 MiB+ 83.8 KiB
/wp-admin/edit-tags.php?taxonomy=category0.178 s0.246 s+0.068 s3.01 MiB3.1 MiB+ 92.78 KiB
/wp-admin/post-new.php?post_type=page0.594 s0.652 s+0.058 s5.01 MiB5.08 MiB+ 65.38 KiB
/wp-admin/options-discussion.php0.206 s0.339 s+0.133 s3 MiB3.08 MiB+ 78.93 KiB
/wp-admin/edit-comments.php0.197 s0.307 s+0.110 s3.03 MiB3.1 MiB+ 73.04 KiB
/0.290 s0.202 s-0.088 s2.97 MiB3.09 MiB+ 119.38 KiB
Average 0.338 s0.386 s+0.048 s3.38 MiB3.46 MiB+ 80.17 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
Language % Lines of code Comment lines Files
PHP83.4%23,9329,365283
CSS7.3%2,105462
JavaScript7.3%2,0931542
PO File1.9%5532062
Total 28,683 9,771 289

PHP Code Analysis | More results »

Lines of code 6,805
Total complexity 1,828
Median class complexity 57.0
Median method complexity 4.0
Most complex class YaySMTP\Helper\Utils
Most complex function YaySMTP\Controller\SendgridController::__construct()
Classes 29
Methods 246
Functions 2

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 1

Options wp_options 2

Meta Boxes

{
    "dashboard": {
        "yaysmtp_analytics_email": {
            "title": "YaySMTP Stats",
            "context": "normal"
        }
    }
}

PHP Error Log 503 lines

[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
[12-Apr-2023 09:27:24 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
[12-Apr-2023 09:27:25 UTC] PHP Deprecated:  Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
[12-Apr-2023 09:27:25 UTC] PHP Deprecated:  Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
[12-Apr-2023 09:27:25 UTC] PHP Deprecated:  Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
[12-Apr-2023 09:27:25 UTC] PHP Deprecated:  Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
[12-Apr-2023 09:27:25 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
[12-Apr-2023 09:27:25 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
[12-Apr-2023 09:27:25 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
[12-Apr-2023 09:27:25 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
[12-Apr-2023 09:27:25 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
[12-Apr-2023 09:27:25 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
[12-Apr-2023 09:27:25 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
[12-Apr-2023 09:27:26 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
[12-Apr-2023 09:27:27 UTC] PHP Warning:  Undefined variable $isFallBack in /wp-content/plugins/yaysmtp/includes/Views/template-part/gmail-tpl.php on line 15
[12-Apr-2023 09:27:27 UTC] PHP Warning:  Undefined variable $isFallBack in /wp-content/plugins/yaysmtp/includes/Views/template-part/gmail-tpl.php on line 16
[12-Apr-2023 09:27:27 UTC] PHP Warning:  Undefined variable $isFallBack in /wp-content/plugins/yaysmtp/includes/Views/template-part/gmail-tpl.php on line 22
[12-Apr-2023 09:27:27 UTC] PHP Warning:  Undefined variable $isFallBack in /wp-content/plugins/yaysmtp/includes/Views/template-part/gmail-tpl.php on line 90
[12-Apr-2023 09:27:27 UTC] PHP Warning:  Undefined variable $isFallBack in /wp-content/plugins/yaysmtp/includes/Views/template-part/gmail-tpl.php on line 93
[12-Apr-2023 09:27:27 UTC] PHP Warning:  Undefined variable $isFallBack in /wp-content/plugins/yaysmtp/includes/Views/template-part/gmail-tpl.php on line 106
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /wp-content/plugins/yaysmtp/vendor/league/src/Tool/QueryBuilderTrait.php on line 31
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
[12-Apr-2023 09:27:27 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
[12-Apr-2023 09:27:27 UTC] PHP Notice:  Function wpdb::prepare was called <strong>incorrectly</strong>. The query argument of wpdb::prepare() must have a placeholder. Please see <a href="https://wordpress.org/documentation/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.9.0.) in /wp-includes/functions.php on line 5865
[12-Apr-2023 09:27:28 UTC] PHP Deprecated:  Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
[12-Apr-2023 09:27:28 UTC] PHP Deprecated:  Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
[12-Apr-2023 09:27:28 UTC] PHP Deprecated:  Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
[12-Apr-2023 09:27:28 UTC] PHP Deprecated:  Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278
[12-Apr-2023 09:27:28 UTC] PHP Deprecated:  Return type of Google\Collection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 22
[12-Apr-2023 09:27:28 UTC] PHP Deprecated:  Return type of Google\Collection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 38
[12-Apr-2023 09:27:28 UTC] PHP Deprecated:  Return type of Google\Collection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 30
[12-Apr-2023 09:27:28 UTC] PHP Deprecated:  Return type of Google\Collection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 43
[12-Apr-2023 09:27:28 UTC] PHP Deprecated:  Return type of Google\Collection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 14
[12-Apr-2023 09:27:28 UTC] PHP Deprecated:  Return type of Google\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Collection.php on line 49
[12-Apr-2023 09:27:28 UTC] PHP Deprecated:  Return type of League\OAuth2\Client\Token\AccessTokenInterface::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/league/src/Token/AccessTokenInterface.php on line 71
[12-Apr-2023 09:27:29 UTC] PHP Deprecated:  Return type of Google\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 256
[12-Apr-2023 09:27:29 UTC] PHP Deprecated:  Return type of Google\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 261
[12-Apr-2023 09:27:29 UTC] PHP Deprecated:  Return type of Google\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 268
[12-Apr-2023 09:27:29 UTC] PHP Deprecated:  Return type of Google\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/yaysmtp/vendor/google/apiclient/src/Model.php on line 278

(+403 more lines)
See also: All tests for this plugin, How to Hide YaySMTP Admin Menus and Widgets