Author Top Nguyen
- Client for eSMS.vn.
- Support Send SMS.
- Receive balance information.
- Package Manager
PM> Install-Package Elect.Notification.Esms
- .NET CLI
dotnet add package Elect.Notification.Esms
- Add service:
services.AddElectNotificationEsms();
. - You can config client information (eg: ApiKey, ApiSecret) for the service by parameter
ElectEsmsOptions
. - Send SMS via
SendAsync
method. - Receive Balance via
GetBalanceAsync
method.
Elect.Notification.Esms is licensed under the MIT License.