parse-community / parse-server-api-mail-adapter

API Mail Adapter for Parse Server
MIT License
27 stars 18 forks source link

apiPayloadConverter doesn't have the awsSes method #71

Closed andreisucman closed 1 year ago

andreisucman commented 1 year ago

New Issue Checklist

Issue Description

The adapter uses the ApiPayloadConverter.awsSes(payload) method in the apiCallback function, which gives the ApiPayloadConverter.awsSes is not a function error. After inspecting the ApiPayloadConverter.js in the src folder I saw that it has only the mailgun method. So either the awsSes method should be added or the documentation should be corrected.

Steps to reproduce

Actual Outcome

Expected Outcome

I expected the module to work with AWS SES

Failing Test Case / Pull Request

Environment

Logs

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!

andreisucman commented 1 year ago

I found it on the alpha branch but not in the release. Please merge it asap.

mtrezza commented 1 year ago

Closing as feature just hasn't been released as stable version yet.

mtrezza commented 1 year ago

@andreisucman We have released version 2.2.0. Just so you know, even if a commit is only on the alpha branch, it is published as a pre-release to npm. For example, you can use the dependency parse-server-api-mail-adapter@2.1.0-alpha.9 to point to an alpha version.