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

Added ReplyTo method that receives an IEnumerable<Address> argument #267

Closed ghost closed 1 year ago

ghost commented 3 years ago

Added method : IFluentEmail ReplyTo(IEnumerable\<Address> mailAddresses); apparently VS fixed some indents which didnt show up on its diff before commiting, so i added an .editorconfig file aswell to try and normalize it? sorry!