문제

Is there a way to send text messages for free or cheap with Perl? I see a lot of things on CPAN, but they all cost quite a bit. Is there anyway to send an email as a text message?

도움이 되었습니까?

해결책

Some providers have email addresses that are formatted like so: 1234567890@sms.provider.com.

http://en.wikipedia.org/wiki/List_of_carriers_providing_SMS_transit

다른 팁

I did a Google search for 'text message gateway', and http://cardboardfish.com looks cheap. They provide explicit Perl support.

Most if not all mobile phone providers do have email to SMS gateways set up. The problem, of course, is that you must know which provider the person you're texting is using, and have a list of the providers' email addresses built in to your application; it's much more convenient (though non-free) to use a commercial gateway that can send to any mobile phone number.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top