django-sms icon indicating copy to clipboard operation
django-sms copied to clipboard

A Django app for sending SMS with interchangeable backends.

Results 12 django-sms issues
Sort by recently updated
recently updated
newest added

Here's a feature to make it as easy as [email](https://docs.djangoproject.com/en/4.0/topics/testing/tools/#email-services) to test sms with `django.test.TestCase` I'm not quite sure how to add tests for these bits of test code. It...

Changes to resolve the issue: "Documentation hyperlinks use indexes instead of strings #36" (https://github.com/roaldnefs/django-sms/issues/36) I've used MyST instead of m2r2 but you can also solve it by adding HTML based...

documentation

Documentation's hyperlinks use indexes instead of strings `https://django-sms.readthedocs.io/en/latest/#id12` Brings you to the `Console Backend` section. But going into [the docs](https://django-sms.readthedocs.io/en/latest/) and clicking the `Console Backend` item yields the following url...

bug
documentation
good first issue

Feature request to add AWS SNS as a backend for sending sms. There are many options for how to send, but the most immediately useful is sending directly to a...

Can we have a `send_mass_sms` function like django email feature [send_mass_mail](https://docs.djangoproject.com/en/4.0/topics/email/#send-mass-mail)? If we do will it be possible to leverage mass email sending capabilities of custom backends if supported?

Hi, I added [sms77](https://sms77.io) SMS backend. Hope this helps! Bye.

New backend service: smsapi.pl (Polish SMS gateway service)

Sometimes different backends or different backend credentials are necessary to be used simultaneously in one instance of the server, so we need to have an option to transfer parameters from...

Feature request to add a CM backend. For the full CM API reference see: https://www.cm.com/en-en/app/docs/en/api/business-messaging-api/1.0/index.

enhancement