IowaComputerGurus / netcore.utilities.email.sendgrid

A utility library for working with templated email delivery using SendGrid as the outbound delivery service
MIT License
1 stars 0 forks source link

CC'ed Emails Aren't Actually CC'ed #11

Closed mitchelsellers closed 2 years ago

mitchelsellers commented 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.