stefanfoulis / django-sendsms

A simple API to send SMS messages. It is modeled after the django email api.
MIT License
259 stars 99 forks source link

validate phonenumbers #1

Open stefanfoulis opened 13 years ago

stefanfoulis commented 13 years ago

https://github.com/daviddrysdale/python-phonenumbers

pakal commented 5 years ago

Since some backends can have very different requirements on phone number formats, this feature should be overridable per-backend in any case, imho.