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

bugfix(mail-connector): check if smtp body is null #3786

Closed
wants to merge 2 commits into from

Conversation

itsnuyen
Copy link
Contributor

Description

Check if body is null or not. If body is null throw an error.
If the error is not thrown because of the null object, the mail connector will retry it again until all retries are exhausted.
It seems that the connector runtime will block everything in the thread.

Related issues

closes #

Checklist

  • PR has a milestone or the no milestone label.

…error

if not throw an error, connector will retry it over and over again.
@itsnuyen itsnuyen changed the base branch from main to release/8.6 December 12, 2024 14:24
@itsnuyen itsnuyen self-assigned this Dec 13, 2024
@itsnuyen itsnuyen marked this pull request as ready for review December 13, 2024 07:49
@itsnuyen itsnuyen requested a review from a team as a code owner December 13, 2024 07:49
@itsnuyen itsnuyen marked this pull request as draft December 13, 2024 07:59
@itsnuyen itsnuyen closed this Dec 13, 2024
@itsnuyen itsnuyen deleted the pham-minh-nguyen-fix-mailconnector branch December 13, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant