Last active
March 4, 2021 13:40
-
-
Save EsendexDev/6063820 to your computer and use it in GitHub Desktop.
Creating and Sending SMS messages using the Esendex .Net SDK - Full details here: http://developers.esendex.com/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var messagingService = new MessagingService("username", "password"); | |
messagingService.SendMessage(new SmsMessage("07123456789", "Hello!", "accountRef")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can we add a proxy on this SDK ?