sendGrid-mock icon indicating copy to clipboard operation
sendGrid-mock copied to clipboard

SendGrid-Mock serves as a simple server mocking the sendgrid-apis for development purposes.

Results 10 sendGrid-mock issues
Sort by recently updated
recently updated
newest added

Would it be possible to add support for attachments? The ideal solution would allow any attachments added to the mail to be downloaded via the UI, but a lesser solution...

## 🧰 Maintenance * Release new version only if version does not yet exist * [Update parcel to 2.6.2 (was 2.6.0).](https://github.com/janjaali/sendGrid-mock/pull/40/commits/9e40dc03623c8c079cb8eaad9d6288815ce62715)

Bumps [terser](https://github.com/terser/terser) from 5.13.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hi @janjaali I wanted to check with you if you would entertain a PR for a helm chart for sendgrid mock so that we can install sendgrid mock inside a...

Hello! My team could have use for this project to do contract testing. One feature missing for us is support for the groups APIs (`/v3/asm/groups`). Would you be willing to...

Bumps and [js-yaml](https://github.com/nodeca/js-yaml). These dependencies needed to be updated together. Updates `js-yaml` from 4.1.0 to 4.1.1 Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in...

dependencies
javascript

Bumps and [form-data](https://github.com/form-data/form-data). These dependencies needed to be updated together. Updates `form-data` from 3.0.1 to 3.0.4 Release notes Sourced from form-data's releases. v3.0.2 Fixes npmignore temporary build files (#532) move...

dependencies
javascript

plz add signature validation headers in webhook payload! and required logic

### Main changes - Changed all server code to typescript - Adjusted and updated ESLint so it is updated and easier to configure with new typescript plugins - Adapted tests...

Hi! I wanted to make a mocker for other mailers too and I wanted to use TS for it, so I made it. Here is the migration to ts branch:...