Closed mitchelsellers closed 2 years ago
Due to a limitation in the API's available from SendGrid, changes should be made to properly utilize CC's as additions to the email message.
The current process, results in separate emails being generated - https://github.com/sendgrid/sendgrid-csharp/blob/main/src/SendGrid/Helpers/Mail/MailHelper.cs - due to the method called here.
Due to a limitation in the API's available from SendGrid, changes should be made to properly utilize CC's as additions to the email message.
The current process, results in separate emails being generated - https://github.com/sendgrid/sendgrid-csharp/blob/main/src/SendGrid/Helpers/Mail/MailHelper.cs - due to the method called here.