GithubHelp home page GithubHelp logo

Comments (9)

joehoyle avatar joehoyle commented on July 20, 2024

@simpsonjulian the wp command is http://wp-cli.org - not sure if that was your question? It's a very common WordPress tool in the World of WordPress.

from aws-ses-wp-mail.

simpsonjulian avatar simpsonjulian commented on July 20, 2024

Hey @joehoyle, sorry I didn't make that clear. I'm a happy WPCLI user, I just couldn't make the extended commands from your plugin go. Wasn't clear if it was user error, configuration problem or something else.

from aws-ses-wp-mail.

joehoyle avatar joehoyle commented on July 20, 2024

@simpsonjulian ah, first step would be to try wp s3-uploads verify do you see that? If there are no s3-uploads commands, it could be that you are running PHP 5.2?

from aws-ses-wp-mail.

joehoyle avatar joehoyle commented on July 20, 2024

Oops, wrong plugin! However, the PHP 5.2 comment still stands - do you see any of the ses commands in the wp commands list when running wp

from aws-ses-wp-mail.

simpsonjulian avatar simpsonjulian commented on July 20, 2024

Cool. I'm running HHVM 3.13.0, WPCLI 0.21.1, WP 4.4.2, and I just downloaded the plugin as a zipfile now. I can verify that the plugin is installed via WPCLI:

+------------------------------+----------+-----------+---------+
| name                         | status   | update    | version |
+------------------------------+----------+-----------+---------+
| aws-ses-wp-mail              | active   | none      | 0.0.1   |
+------------------------------+----------+-----------+---------+

WP-CLI doesn't seem to know about the commands that this plugin offers, however:

vagrant@vagrant-ubuntu-trusty-64:/var/www$ /vagrant/bin/wp aws-ses verify-sending-domain
Error: 'aws-ses' is not a registered wp command. See 'wp help'.

from aws-ses-wp-mail.

joehoyle avatar joehoyle commented on July 20, 2024

@simpsonjulian it could be that you haven't entered the AWS config secrets outlined in https://github.com/humanmade/aws-ses-wp-mail, specifically

define( 'AWS_SES_WP_MAIL_REGION', 'us-east-1' );
define( 'AWS_SES_WP_MAIL_KEY', '' );
define( 'AWS_SES_WP_MAIL_SECRET', '' );

from aws-ses-wp-mail.

simpsonjulian avatar simpsonjulian commented on July 20, 2024

I figured it out. As we use IAM in production, I needed to use a different config. Sorry, I missed the very first line of the plugin that checks for that (it was truncated when I viewed it in github).

Pull request submitted as promised. Thanks @joehoyle!

from aws-ses-wp-mail.

joehoyle avatar joehoyle commented on July 20, 2024

Great, thanks!

from aws-ses-wp-mail.

rmccue avatar rmccue commented on July 20, 2024

This should probably error rather than not register.

from aws-ses-wp-mail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.