Skip to content

Instantly share code, notes, and snippets.

@EsendexDev
Last active March 4, 2021 13:40
Show Gist options
  • Save EsendexDev/6063820 to your computer and use it in GitHub Desktop.
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/
var messagingService = new MessagingService("username", "password");
messagingService.SendMessage(new SmsMessage("07123456789", "Hello!", "accountRef"));
@dimalusa
Copy link

dimalusa commented Mar 4, 2021

How can we add a proxy on this SDK ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment