Welcome Guest, Not a member yet? Register   Sign In
Send Message to phone using Codeigniter
#1

I have a codeigniter base website and I have tried making forgot password by Phone and Email using Codeigniter framework to change password notification.And email is already working but I don't know how to send message to phone using codeigniter??

And one of my friends told me that use Curl function to send message to phone.But I didn't have any prior idea about CURL function so I searched on google but I couldn't figure out how to do this.

Would you please give me proper suggestion about how to send message to phone using codeigniter.

Any kind of help would be highly appreciated.

Thanks in advance.
Reply
#2

Hi,
You must first register with a company that provides SMS sending services with API.
The company in question will provide you with the documents for connecting to API(Application Programming Interface).

After that, you can simply read the API documentation for implementation with the help of codeigniter4.
Fortunately, CI4 has a library to connect with API services.
You don't need anything else.
Read curl request.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB