#Automatic Notification/alert setting

2 messages · Page 1 of 1 (latest)

vital stone
#

Hello everyone,I'm working on a real time project,my question is that, can we develop a code to send sms to the user without using any third party/API servers only with our existing python code and libraries...can any one got it,let me know?

tranquil wing
# vital stone Hello everyone,I'm working on a real time project,my question is that, can we de...

Without any third-party APIs or additional hardware, there isn’t a pure Python solution for sending SMS because the Python standard libraries do not have built-in capabilities to connect directly to mobile networks. You either need hardware (like a GSM modem) or to leverage carrier-provided services such as email-to-SMS gateways.

we encourage leveraging robust cloud services like Azure Communication Services when possible, as they offer enterprise-grade solutions that simplify the integration and management of SMS functionality.

https://azure.microsoft.com/en-us/products/communication-services?wt.mc_id=studentamb_258691