Skip to content

Pask423/scala-sms-sending

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Info

Example of sending SMS in Scala.

Full article is available on:

  1. Dzone
  2. Medium

Running locally

Before starting doing any changes I recommend to import project into IDE and then perform any changes form there. Moreover, from pricing reason I recommend doing first run from IDE.

To successfully run application locally you have to do the following:

  1. Paste your API key and secret, obtained from Vonage page, to VonageClient builder in Sender object.
  2. Change receiver phone number to actually existing number. (Remember about country code)

Example for Poland: 48123456798.

Page with country codes: https://countrycode.org/.

Releases

No releases published

Packages

No packages published

Languages