0
bdadmin created
Hello, I wanted to see if anyone has a custom implementation of IEmailSender that uses send grids API and not the SMTP client. We've had issues in the past when sending out mass emails, since SMTP has a threshold. Sendgrid's API is much more robust and can queue messages when doing these mass emails.
We are using the latest version of aspnet zero on .net 6
Thanks!
1 Answer(s)
-
0
Hi @bdadmin,
Could you share what kind of help you need for the custom implementation ? I assume, creating a class which inherits IEmailSender and then filling its methods similar to https://docs.sendgrid.com/for-developers/sending-email/v3-csharp-code-example should be enouhg.