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

Prevent multiple calls to callback #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SergeS
Copy link

@SergeS SergeS commented Mar 24, 2020

Description

Ensure that callback is called only once at the end

Motivation and Context

When emails are from different domains, ensure that callback is called after all of the emails are sent

How Has This Been Tested?

Just try send email to two different domains (Expected - callback is called when all emails are sent)

Types of changes

Bug fix (Do not return response from sending - is it really necessary ?)

Checklist:

  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.

When emails are from different domains, ensure that callback is called after all of the emails are sent
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.

1 participant