I have an C# application that need to sms to IT administrator.
My supervisor mention to me that he do not want additional cost involve in this application, which mean GSM modem is not applicable.
He gave me an IP and port number, username and Password. The IP, port number, username and password is given when we subscribe a broadband and i comes with an SMS service. The username is to log in to this website and after log in, it allowed to compose SMS. The website does not have any API. The IP is refer to the DNS >>> http://www.infoblast.com.my/home/.
I have seen some topic about SMS gateway but that is not what needed, I also try some SMTPClient
API from C# which is able to send email and convert to SMS, the requirement is [number]@[provider].com
which my telecommunication company does not provide.
Is there anyway to do it??
Thanks in advance.