Winsock SMTP

Oct 9, 2012 at 2:41am
I googled this quite a bit to no avail, so I'm not sure if it's possible, but I was wondering:

Is it possible to create a server (using Winsock) that has the ability to receive text messages? I've made a server that listens on ports 25 and 110 and tried sending a message to my ip, but not getting any incoming connections.

Thanks
Oct 9, 2012 at 8:05am
You ought to be able to connect to that service, even if you don't manage anything else.
Oct 10, 2012 at 11:17pm
Check your firewall- and router-settings...
Oct 11, 2012 at 2:07pm
What exactly are you sending to? Are you inside or outside your firewall? Check to see if you can send it to 127.0.0.1
Oct 11, 2012 at 7:25pm
SMS != to SMTP it does not use TCP\IP. You would need to contact a gateway provider to setup routing and forwarding. The company I work for happens to be doing this right now with a tier 2 provider and trust me it's not something that's easy or cheap.

Modern cell phones pretty much all support TCP\IP over their network with no need for you to do much more then include it in your payment plan. Is there a reason you're trying the more painful route?
Topic archived. No new replies allowed.