Skip to content

Instantly share code, notes, and snippets.

@EsendexDev
Last active November 13, 2015 11:34
Show Gist options
  • Save EsendexDev/109f11dfd42e0fdeca67 to your computer and use it in GitHub Desktop.
Save EsendexDev/109f11dfd42e0fdeca67 to your computer and use it in GitHub Desktop.
client := esendex.New("username", "password").Account("accountRef")
client.Send([]esendex.Message{
{To: "07123456789", Body: "Hello!"},
{To: "07987654321", Body: "Goodbye!"},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment