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

how to send to multiple recipients but they can only see themselves in the recipient field #177

Open
7omato opened this issue Feb 21, 2023 · 1 comment

Comments

@7omato
Copy link

7omato commented Feb 21, 2023

when I use the message.SetHeader("To", "aa","bb") then "aa","bb" will be on the recipient field
when I use the message.SetHeader("Bcc", "bb") & message.SetHeader("To", "aa" ) then "bb" can still see "aa" as recipient thougth "aa" can't see "bb" now
when I use the message.SetHeader("Bcc", "aa","bb") only then the recipient field is empty , and it's weird

so , how can I use the method to send mail to "ab","bb" in one mail and they can see their own name on the recipient field ?
because I'm going to cc to another address so that I can't spilt the recipients to send themselves each .
thank you for your answer

@wneessen
Copy link

Create a new message for each recipient.

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

No branches or pull requests

2 participants