ElasticEmail / ElasticEmail.WebApiClient-csharp

Easily send emails with Elastic Email using Web API C# Client https://elasticemail.com/
MIT License
3 stars 1 forks source link

Examples are out of date #1

Closed raelb closed 4 years ago

raelb commented 4 years ago

Hello, The current API does not support a "Send" method. Only a SendAsync method. Please can you update the examples to show how to use SendAsync.

ElasticEmail commented 4 years ago

Hello, Current API is not async - perhaps you meant the .NET Core version of our library which can be found here: https://github.com/ElasticEmail/ElasticEmail.WebApiClient-csharp-core. However, that version's examples contain async code already.

Thank you for your help, Elastic Email