### Description In Czechia we use often [sms-sluzba.cz](https://www.sms-sluzba.cz/) for sending SMS notifications and it would be nice to have it integrated within Symfony Notifier. I could make a PR. Documentation of SMS gateway is [here](https://www.sms-sluzba.cz/downloads/SMS_Gate_API_XML_30.pdf) (in Czech). ### Example ```env # .env.local SMSSLUZBA_DSN=sms-sluzba.cz://USERNAME:PASSWORD@default ``` ...then use this texter as usual.