简体   繁体   中英

Sms Gateway in spring mvc application

I have searched a lot but not able to found right code for sending sms to mobile from spring mvc java application. please help with some relevant links and example! Thankyou

You need first to look for an SMS gateway that gives you free SMS quota then use spring mvc to send a rest request to this getaway to match their interface, some times you might need to call a URL with some parameter to send a message rather than a rest or xml message.

That's it.

Sms Gateway in spring mvc application? Maybe you need to see how you can access the SMS gateway through the rest request. And give him the parameter he wants. Just HTTP requests

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM