Python smpplib

santosh.yelamarthi at gmail.com santosh.yelamarthi at gmail.com
Thu May 18 03:55:16 EDT 2017


Hello Everyone,

I need help in python smpplib, I am trying to send message through smpplib but I can't.

Actually, In web I seen one video regarding this

link : http://fosshelp.blogspot.in/2014/01/python-howto-send-sms-using-smpp.html

In this video, he is able to send sms through the same code. He is getting output as 
==client.state==== 2
==client.state==== 1
==client.state==== 0

But If I am trying  to do the same I am getting 

==client.state==== 2
==client.state==== 2
==client.state==== 0

And I am not receiving any message also.

Please guide me, If anyone knows about this.

Thanks in advance.



More information about the Python-list mailing list