Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix PostmarkError: Request body larger than maxBodyLength limit #74

Closed
wants to merge 1 commit into from

Conversation

dcts
Copy link

@dcts dcts commented Jan 17, 2021

When sending a long email or when attaching documents the maxBodyLength can lead to failure of the whole batch send. This PR fixes issue 75.

Please let me know if you see any downsides of using maxBodyLength: Infinity.

When sending a long email or when attaching documents the `maxBodyLength` can lead to failure of a batch send. When adapting this option the issue is resolved. Or do you see any downside of doing this?
@dcts dcts changed the title remove maxBodyLength limit fix PostmarkError: Request body larger than maxBodyLength limit Jan 17, 2021
@ibalosh ibalosh self-requested a review January 19, 2021 10:56
@ibalosh ibalosh self-assigned this Jan 19, 2021
@ibalosh
Copy link
Contributor

ibalosh commented Jan 19, 2021

released an update which has maxBodyLength setup to Infinity

@ibalosh ibalosh closed this Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PostmarkError: Request body larger than maxBodyLength limit
2 participants