FluentEmail icon indicating copy to clipboard operation
FluentEmail copied to clipboard

To() method that takes a collection of addresses (suggestion)

Open Krzysztofz01 opened this issue 4 years ago • 2 comments

I wanted to send a new email to some addresses stored in a IEnumerable. To make this job a bit simpler I created an extension method to provide an additional method: To(IEnumerable string emailAddress). I could make a pull request to extend the IFluentEmail interface with methods that take an array of string and IEnumerable of strings. What do you think about such a solution?

Krzysztofz01 avatar Sep 18 '21 18:09 Krzysztofz01

#283 I created the pull request with the implementation of my idea and tests.

Krzysztofz01 avatar Sep 18 '21 19:09 Krzysztofz01

What is the situation regarding the consideration of this pull request? (#283)

Krzysztofz01 avatar May 26 '22 20:05 Krzysztofz01