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

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

SES Provider #64

Closed woutercouvaras closed 2 years ago

woutercouvaras commented 2 years ago

New Feature / Enhancement Checklist

Current Limitation

I love the design of this module. Because of the smart design, running a custom provider is pretty easy, but I was wondering if you would like an SES converter? I've already built it and updated docs and ready to do a PR.

Feature / Enhancement Description

Simply adding an SES Payload Converter, with additions to docs to explain useage.

Example Use Case

Sending system emails via AWS SES.

Alternatives / Workarounds

The custom api support it totaly viable, so this is not strictly necessary, I just thought it might be nice to bake it into the package, but that could create additional noise, so I'm totally happy if you shut this down :D

3rd Party References

No really applicable, I don't think?

parse-github-assistant[bot] commented 2 years ago

Thanks for opening this issue!

mtrezza commented 2 years ago

Amazing, let's add the payload converter. Could you link the PR?

woutercouvaras commented 2 years ago

Just created the PR: https://github.com/parse-community/parse-server-api-mail-adapter/pull/65

I'm a noob to contributing to open source, happy to learn and tow the line :)