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

Fixes #70 and allows usage of duplicate recipients #71

Merged
merged 2 commits into from
Nov 10, 2022

Conversation

mukul-brevo
Copy link
Contributor

@mukul-brevo mukul-brevo commented Nov 9, 2022

This change adds the functionality to allow usage of duplicate recipients (if present).

This can be achieved by setting DuplicateRecipientAllowed flag as true (shown below for reference)

email := simplemail.NewMSG()
email.DuplicateRecipientAllowed = true

aayush-sib
aayush-sib previously approved these changes Nov 9, 2022
Copy link
Owner

@xhit xhit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thanks for the PR and sorry for delay. I left some comments before merge and tag release.

email.go Outdated Show resolved Hide resolved
email.go Outdated Show resolved Hide resolved
@mukul-brevo mukul-brevo requested review from xhit and aayush-sib and removed request for xhit and aayush-sib November 10, 2022 13:27
@xhit xhit merged commit 1c63766 into xhit:master Nov 10, 2022
@mukul-brevo mukul-brevo deleted the fix_#70 branch November 10, 2022 13:33
@aayush-sib
Copy link

Thanks a lot @xhit for the quick action 🙂

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.

None yet

3 participants