Custom SMS Messaging

Send text messages using your own custom implementation.

1
2
3
4
@Bean
public SmsSender smsSender() {
    ...
}    

To learn more about how to extend and customize the CAS configuration, please review this guide.