|
|
|
Re: How to send sms to no of mobile numbers using url in plsql procedure [message #675454 is a reply to message #675449] |
Sun, 31 March 2019 06:39   |
Solomon Yakobson
Messages: 3305 Registered: January 2010 Location: Connecticut, USA
|
Senior Member |
|
|
Well, this has nothing to do with Oracle. Anyway, you need to know who is provider for each of the mobile numbers and then find out if and how these providers allow sending messages from computer. For example, my mobile phone provider is AT&T. If someone wants to send me a message from computer they have to send email to my_mobile_phone_number@txt.att.net. So to send text message to AT&T mobile phone you need to send email using oracle UTL_MAIL, UTL_TCP or UTL_SMTP package.
SY.
|
|
|
|
|