@Service public class SmsService extends Object
For example, this service has been used with both Twilio and Textline in the past.
Future improvements: make this configurable via spring beans instead of requiring code changes when we want to switch SMS client implementations.
| Constructor and Description |
|---|
SmsService() |
public SmsLog sendSms(String to, String body) throws FailedDependencyException
FailedDependencyExceptionCopyright © 2019. All rights reserved.