Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: gzip mail body when content-encoding is set to gzip
[Mail body compression](https://docs.sendgrid.com/api-reference/mail-send/mail-send#mail-body-compression) is supported on V3 api. This patch added the support that when a client sets the content-encoding header to gzip, send compresses the mail body with gzip.
- Loading branch information