A .NET core client for sending sms via EbulkSms Nigeria.
-
In Visual Studio, open the Nuget Package Manager and search for
EbulkSmsNet
then install it. -
In Visual Studio code or Package Manager Console, run the following command
dotnet add package EbulkSmsNet
var auth = new EbulkSmsAuth
{
ApiKey = [apiKey],
Sender = [sender],
UserName = [username]
};
var result = await EbulkSmsClient.SendMessageAsync(auth, phoneNumber, message);
This project is licensed under the MIT License - see the LICENSE file for details
You can like this repo, follow me on github and twitter Thanks.