aheckmann / node-ses

An Amazon SES api for nodejs with proper error handling.
http://aheckmann.github.com/node-ses
MIT License
201 stars 37 forks source link

InvalidClientTokenId #73

Closed woutercouvaras closed 3 years ago

woutercouvaras commented 3 years ago

Hi,

We're using this package, which is a thin wrapper around node-ses. We started receiving the above mentioned AWS error when sending mails. I dually checked to see if node-ses was updated to handle v4 signing, which it is (thank you for your work on this package).

I also checked to see that the wrapper we're using was updated to use the correct version of node-ses, which it is.

Is anyone else receiving these errors? Is there anything we need to do, apart from be on the latest packages?

I'd appreciate any help.

Thanks!

woutercouvaras commented 3 years ago

Tested node-ses on it's own - all good. Not sure why where things are falling over for me.

markstos commented 3 years ago

I'm the sole maintainer and don't use this project myself anymore. I recommend using the AWS SDK or Nodemailer as a replacement.

woutercouvaras commented 3 years ago

Thanks Mark. All the best!