How do i send message alert from server [closed]

In my application I need to send a sms from server when the user is inserted some data. This should be sent from server to the mobile number. Is there any ways to do this?
I need something like Bank message alert for credit/debit.

Someone can say how to achieve this.

Answer

A popular service for this is Twilio. They have an API that you can script into what ever you need with your App right into and send SMSs to your heart’s content.

Attribution
Source : Link , Question Author : ling , Answer Author : Jacob

Leave a Comment