You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: