lukencode / FluentEmail

All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
https://lukelowrey.com/dotnet-email-guide-2021/
MIT License
3.04k stars 438 forks source link

To() method that takes a collection of addresses #283

Open Krzysztofz01 opened 3 years ago

Krzysztofz01 commented 3 years ago

I added two additional methods that allow to pass multiple addresses of recipients as strings.

Krzysztofz01 commented 2 years ago

What is the situation regarding the consideration of this pull request?