For Programmers: Free Programming Magazines  


Home > Archive > PERL Beginners > March 2006 > SMS or text messaging









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author SMS or text messaging
Tom Allison

2006-03-25, 7:57 am

I'm pretty familiar with some (or enough) of the perl mail modules to send email
whereever and however I need to.

I'm trying to understand how this relates to text messages on cell phones.

I've used email for sending text messages to pagers (12345678@skytel.com) but I
don't know if the same applies for a cell phone text messaging. Then I ran
across SMS modules for perl and got the impression that email protocol is not
the way to send messages to cell phones.

What are my options for cell phones?
What are the trade-offs?
Is there a SMS primer I need first or is this simple enough that I can get a
basic text-only system done without an indepth knowledge of everything?

Unfortunately, I don't have a cell phone with SMS that I can test against, but
that's another problem. However, it would explain my complete ignorance on the
subject.

Regards.
Frank Bax

2006-03-25, 6:57 pm

At 07:11 AM 3/25/06, Tom Allison wrote:

>I'm pretty familiar with some (or enough) of the perl mail modules to send
>email whereever and however I need to.
>
>I'm trying to understand how this relates to text messages on cell phones.
>
>I've used email for sending text messages to pagers (12345678@skytel.com)
>but I don't know if the same applies for a cell phone text
>messaging. Then I ran across SMS modules for perl and got the impression
>that email protocol is not the way to send messages to cell phones.
>
>What are my options for cell phones?
>What are the trade-offs?
>Is there a SMS primer I need first or is this simple enough that I can get
>a basic text-only system done without an indepth knowledge of everything?
>
>Unfortunately, I don't have a cell phone with SMS that I can test against,
>but that's another problem. However, it would explain my complete
>ignorance on the subject.



You can send SMS messages to a cellphone via email:
http://www.funsms.net/email2sms.htm
But I suppose there could be other ways that I don't know about.

Frank

Henry Chen

2006-03-26, 6:57 pm

Interesting. I'm actually working on a project that requires sms text
messaging. To actually send a message to a SMS capable phone you will need
to email a SMS gateway that will route the message to the correct carrier.

Here in the States we can email the phone directly with the phone number
just like the pager companies but it's very hard to discern which carrier
the phone number is with.

There are a bunch of SMS gateways out there but they're not a free service.
I'm actually looking for a way around it so if anybody has any suggestions
on how to do so, please let me know.

-Henry


>From: Tom Allison <tallison@tacocat.net>
>To: beginners perl <beginners@perl.org>
>Subject: SMS or text messaging
>Date: Sat, 25 Mar 2006 07:11:48 -0500
>MIME-Version: 1.0
>Received: from lists.develooper.com ([63.251.223.186]) by
>bay0-mc11-f7.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.1830); Sat,
>25 Mar 2006 04:12:12 -0800
>Received: (qmail 14923 invoked by uid 514); 25 Mar 2006 12:12:02 -0000
>Received: (qmail 14903 invoked from network); 25 Mar 2006 12:12:01 -0000
>Received: from x1a.develooper.com (HELO x1.develooper.com) (216.52.237.111)
> by lists.develooper.com with SMTP; 25 Mar 2006 12:12:01 -0000
>Received: (qmail 11324 invoked by uid 225); 25 Mar 2006 12:12:00 -0000
>Received: (qmail 11310 invoked by alias); 25 Mar 2006 12:11:59 -0000
>Received: neutral (x1.develooper.com: local policy)
>Received: from ms-smtp-02-smtplb.ohiordc.rr.com (HELO
>ms-smtp-02-eri0.ohiordc.rr.com) (65.24.5.136) by la.mx.develooper.com
>(qpsmtpd/0.28) with ESMTP; Sat, 25 Mar 2006 04:11:56 -0800
>Received: from janus.tacocat.net (cpe-69-133-95-10.twmi.res.rr.com
>[69.133.95.10])by ms-smtp-02-eri0.ohiordc.rr.com (8.13.4/8.13.4) with ESMTP
>id k2PCBnPd025738for <beginners@perl.org>; Sat, 25 Mar 2006 07:11:50 -0500
>(EST)
>Received: from janus.tacocat.net (localhost [127.0.0.1])by
>janus.tacocat.net (Postfix) with ESMTP id 7EC7A4C04Bfor
><beginners@perl.org>; Sat, 25 Mar 2006 07:11:49 -0500 (EST)
>Received: from [192.168.1.10] (isengard.tacocat.net [192.168.1.10])by
>janus.tacocat.net (Postfix) with ESMTP id 10AB54C047for
><beginners@perl.org>; Sat, 25 Mar 2006 07:11:49 -0500 (EST)
>X-Message-Info: 6sSXyD95QpUQ4tGVv+2/X5zzNw0q3Ewi7HsL5UsfcMw=
>Mailing-List: contact beginners-help@perl.org; run by ezmlm
>Precedence: bulk
>List-Post: <mailto:beginners@perl.org>
>List-Help: <mailto:beginners-help@perl.org>
>List-Unsubscribe: <mailto:beginners-unsubscribe@perl.org>
>List-Subscribe: <mailto:beginners-subscribe@perl.org>
>List-Id: <beginners.perl.org>
>Delivered-To: mailing list beginners@perl.org
>Delivered-To: beginners@perl.org
>X-Spam-Status: No, hits=-2.5 required=8.0tests=BAYES_00,FORGED_RCVD_HELO
>X-Spam-Check-By: la.mx.develooper.com
>User-Agent: Debian Thunderbird 1.0.7 (X11/20051017)
>X-Accept-Language: en-us, en
>X-Virus-Scanned: Symantec AntiVirus Scan Engine
>X-Virus-Scanned: ClamAV using ClamSMTP
>Return-Path: beginners-return-82264-hchen21=hotmail.com@perl.org
>X-OriginalArrivalTime: 25 Mar 2006 12:12:12.0580 (UTC)
>FILETIME=[590E3640:01C65005]
>
>I'm pretty familiar with some (or enough) of the perl mail modules to send
>email whereever and however I need to.
>
>I'm trying to understand how this relates to text messages on cell phones.
>
>I've used email for sending text messages to pagers (12345678@skytel.com)
>but I don't know if the same applies for a cell phone text messaging. Then
>I ran across SMS modules for perl and got the impression that email
>protocol is not the way to send messages to cell phones.
>
>What are my options for cell phones?
>What are the trade-offs?
>Is there a SMS primer I need first or is this simple enough that I can get
>a basic text-only system done without an indepth knowledge of everything?
>
>Unfortunately, I don't have a cell phone with SMS that I can test against,
>but that's another problem. However, it would explain my complete
>ignorance on the subject.
>
>Regards.
>
>--
>To unsubscribe, e-mail: beginners-unsubscribe@perl.org
>For additional commands, e-mail: beginners-help@perl.org
><http://learn.perl.org/> <http://learn.perl.org/first-response>
>
>


________________________________________
_________________________
Don’t just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/...6ave/direct/01/

Rafael Morales

2006-03-27, 6:57 pm


> ----- Original Message -----
> From: "henry chen" <hchen21@hotmail.com>
> To: tallison@tacocat.net, beginners@perl.org
> Subject: RE: SMS or text messaging
> Date: Sun, 26 Mar 2006 15:47:50 -0800
>=20
>=20
> Interesting. I'm actually working on a project that requires sms=20
> text messaging. To actually send a message to a SMS capable phone=20
> you will need to email a SMS gateway that will route the message to=20
> the correct carrier.
>=20
> Here in the States we can email the phone directly with the phone=20
> number just like the pager companies but it's very hard to discern=20
> which carrier the phone number is with.
>=20
> There are a bunch of SMS gateways out there but they're not a free=20
> service. I'm actually looking for a way around it so if anybody=20
> has any suggestions on how to do so, please let me know.
>=20
> -Henry
>=20
>=20
VD_HELO[color=darkred]
es.[color=darkred]
>=20
> ________________________________________
_________________________
> Don=92t just search. Find. Check out the new MSN Search!=20
> http://search.msn.click-url.com/go/...6ave/direct/01/
>=20
>=20
> -- To unsubscribe, e-mail: beginners-unsubscribe@perl.org
> For additional commands, e-mail: beginners-help@perl.org
> <http://learn.perl.org/> <http://learn.perl.org/first-response>


>



--=20
________________________________________
_______
Get your free email from http://mymail.bsdmail.com
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com