You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I want to send an email to multiple recipients, where there is no "To" and all emails are delivered with BCC, the SDK generates a MissingRequiredParameter exception with the message "The parameters passed to the API were invalid. Please specify "to"".
This behaviour is unique to the SDK and is not enforced by the API, so I believe it to be a bug in the SDK. Are you willing to receive a PR that checks for the presence of "To" OR BCC recipients?
The text was updated successfully, but these errors were encountered:
If I want to send an email to multiple recipients, where there is no "To" and all emails are delivered with BCC, the SDK generates a
MissingRequiredParameter
exception with the message "The parameters passed to the API were invalid. Please specify "to"".This behaviour is unique to the SDK and is not enforced by the API, so I believe it to be a bug in the SDK. Are you willing to receive a PR that checks for the presence of "To" OR BCC recipients?
The text was updated successfully, but these errors were encountered: