-
Notifications
You must be signed in to change notification settings - Fork 107
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
cc not working #190
Comments
What part of the API are you using? |
Sorry, I meant what API call are you using? What class is that |
Ohk sorry here's my implementation:
|
@Morgs007 to fix this, please just add 'PreserveRecipients = true' to your emailMessage, which will then cause mandrill (downstream) to respect the cc/bcc emails and not split them apart. This is due to a bug in this SDK, which I will open a PR for shortly. Good luck! |
This will be fixed by #203 when approved/merged |
Thank you guys this has actually been an issue until now. I will implement
and revert
…On Thu, 24 May 2018 at 19:53, William Daniels ***@***.***> wrote:
This will be fixed by #203
<#203> when
approved/merged
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#190 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYO5MJ6fE9v07kz3zpU8URAAzO-Sfl2Qks5t1vOAgaJpZM4OUu5h>
.
|
The 'cc' is not working. Whenever I add a 'to' and a 'cc', it sends 2 separate email instead of cc'ing the 2nd recipient. Anyway around this? Just recently updated the dll using Visual Studio Nuget and that didn't help...:
The text was updated successfully, but these errors were encountered: