deliciousbrains / wp-offload-ses-lite

WP Offload SES Lite sends all outgoing WordPress emails through Amazon Simple Email Service (SES) instead of the local wp_mail() function.
https://wordpress.org/plugins/wp-ses/
13 stars 11 forks source link

How can I `composer require` this package? #26

Closed rehanvdm closed 3 years ago

rehanvdm commented 3 years ago

I take it that I can not install it using composer as it actually installs the paid version with limited functionality until you provide the License key?

I tried various methods but could not install the lite version? Please help?

I also consulted this https://deliciousbrains.com/wp-offload-ses/doc/installing-via-composer/

polevaultweb commented 3 years ago

For the Lite version, you can install using the wpackagist.org repository. See their instructions for adding their custom repository to your composer.json -> https://wpackagist.org/

Then you can do:

composer require wpackagist-plugin/wp-ses

rehanvdm commented 3 years ago

Thank you :) @polevaultweb