-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class 'Aws\Ses\SesClient' not found #43
Comments
I just tried and I get exactly the same error as you did.
The plugin is active and the constants are set in wp-config.php |
OK, added this line on the top for
|
In a previous version the AWS autoloader was required in SES::get_client(). This was removed when the SDK was removed |
This was intentionally removed in #41 as it wasn't easy to keep it up to date. The ideal approach is to install plugins like this via composer, rather than installing composer dependencies per plugin e.g.:
Then you could include your project's root level |
Borrows language from issue humanmade#43 to explain best practices for installation.
Updated
wp-config.php
and rancomposer install
; getting this error while testing withwp-cli
:Any ideas what am I doing wrong?
The text was updated successfully, but these errors were encountered: