Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i try to send message from my server to cell phone using application SMPP in c# code
i found some free application to send message but i cant understand it
what should be my code to send sms
by the way i already have
IP address , port , source address NPI , Dest address NPI , source TON , dest TON , userName and password , Service Type = SMPP ...
but how can i use this attributes in function to send sms


please try to help :)
thanks alot
Posted
Updated 15-Feb-15 6:23am
v2
Comments
Sergey Alexandrovich Kryukov 15-Feb-15 16:20pm    
You did not even reference the application you found. What can guarantee that you would understand something else?
—SA

1 solution

You can use, for example, this library: http://sourceforge.net/projects/easysmpp[^].

But see also my comment to the question :-).

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900