systemid and password trial version

Post Reply
Pusit
Posts: 1
Joined: Tue May 12, 2020 12:07 pm

systemid and password trial version

Post by Pusit » Wed May 13, 2020 12:57 am

Hi there,

Im newby here and just started using vb.net.
Im exploring inetlab.smpp trial version sending sms.
My question is, how can i ask for systemis and password using trial version?

Dim bindResp As BindResp = Await client.BindAsync("Login", "Password")

Thank in advance :)
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: systemid and password trial version

Post by alt » Wed May 13, 2020 7:54 am

You need to get an access from your SMPP provider or local mobile network operator.

You can also test your application with SmppServerDemo.

https://docs.inetlab.com/smpp/v2.8/arti ... brary.html
Post Reply