Re: [PHP] sms class

2012-04-19 Thread Lester Caine
Matijn Woudt wrote: On Wed, Apr 18, 2012 at 10:31 PM, Matijn Woudt wrote: On Wed, Apr 18, 2012 at 9:53 PM, Lester Caine wrote: Matijn Woudt wrote: It should be possible to hack up an android phone and write some software that sends messages from there, though using one of the provided servi

Re: [PHP] sms class

2012-04-19 Thread Matijn Woudt
On Wed, Apr 18, 2012 at 10:31 PM, Matijn Woudt wrote: > On Wed, Apr 18, 2012 at 9:53 PM, Lester Caine wrote: >> Matijn Woudt wrote: >>> >>> It should be possible to hack up an android phone and write some >>> software that sends messages from there, though using one of the >>> provided services i

Fwd: [PHP] sms class

2012-04-19 Thread tamouse mailing lists
> -- Forwarded message -- > From: DZvonko Nikolov > Date: Thu, Apr 19, 2012 at 5:10 AM > Subject: Re: [PHP] sms class > To: tamouse mailing lists > > > if this is simple, yes. > > >

Re: [PHP] sms class

2012-04-18 Thread tamouse mailing lists
On Tue, Apr 17, 2012 at 2:08 PM, DZvonko Nikolov wrote: > I need a class that sends sms messages to list of numbers. > I'm quite new to that issue, so I need to know what I need > more. Thanks in advance. If this is very low volume, would using email->sms work? -- PHP General Mailing List (http

Re: [PHP] sms class

2012-04-18 Thread Matijn Woudt
On Wed, Apr 18, 2012 at 9:53 PM, Lester Caine wrote: > Matijn Woudt wrote: >> >> It should be possible to hack up an android phone and write some >> software that sends messages from there, though using one of the >> provided services is much simpler. > > > I have the phone already configured, but

Re: [PHP] sms class

2012-04-18 Thread Lester Caine
Matijn Woudt wrote: It should be possible to hack up an android phone and write some software that sends messages from there, though using one of the provided services is much simpler. I have the phone already configured, but it requires a SIM card that ALLOWS sending messages via the data por

Re: [PHP] sms class

2012-04-18 Thread Matijn Woudt
On Tue, Apr 17, 2012 at 9:50 PM, Lester Caine wrote: > DZvonko Nikolov wrote: >> >> I need a class that sends sms messages to list of numbers. >> I'm quite new to that issue, so I need to know what I need >> more. Thanks in advance. > > > Ignoring the wallies > > Simply sending an SMS message

Re: [PHP] sms class

2012-04-17 Thread Stuart Dallas
On 17 Apr 2012, at 20:50, Lester Caine wrote: > Ignoring the wallies I'd rather be a wally surrounded by fishmongers than a fishmonger surrounded by wallies. -Stuart -- Stuart Dallas 3ft9 Ltd http://3ft9.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

Re: [PHP] sms class

2012-04-17 Thread Floyd Resler
On Apr 17, 2012, at 5:11 PM, Mike Mackintosh wrote: > In reality, a SMS messages are transported the SS7 network, or voice network. > To make the digital transition, carriers use a box called an SMPP gateway. To > get access to this box, is by contract and terms of he carrier, and most > commo

Re: [PHP] sms class

2012-04-17 Thread Mike Mackintosh
In reality, a SMS messages are transported the SS7 network, or voice network. To make the digital transition, carriers use a box called an SMPP gateway. To get access to this box, is by contract and terms of he carrier, and most commonly forbidden. As a result, the best bet is to use a SMS Aggre

Re: [PHP] sms class

2012-04-17 Thread Lester Caine
DZvonko Nikolov wrote: I need a class that sends sms messages to list of numbers. I'm quite new to that issue, so I need to know what I need more. Thanks in advance. Ignoring the wallies Simply sending an SMS message is something rather more difficult that just needing a class to do it.

Re: [PHP] sms class

2012-04-17 Thread Marc Guay
Suspicion is my religion. Let no thread end without a war. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sms class

2012-04-17 Thread Stuart Dallas
On 17 Apr 2012, at 20:17, Marc Guay wrote: > Woah. Is that good luck or bad luck? Inherently? Neither. To you? Whatever. -Stuart -- Stuart Dallas 3ft9 Ltd http://3ft9.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] sms class

2012-04-17 Thread Marc Guay
Woah. Is that good luck or bad luck? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] sms class

2012-04-17 Thread DZvonko Nikolov
 Hi there, I need a class that sends sms messages to list of numbers.  I'm quite new to that issue, so I need to know what I need  more. Thanks in advance.   --- Regards DZvonko Nikolov dzvo...@gmail.com dzvo...@

Re: [PHP] SMS gateway

2009-05-13 Thread Per Jessen
Daniel Brown wrote: > On Wed, May 13, 2009 at 10:00, Manoj Singh > wrote: >> Hi All, >> >> I need to create the SMS functionality in PHP. >> >> Do you have any idea of Open Source SMS gateway which i can use? > > http://google.com/search?q=open+source+sms+gateway > > If you have any ide

Re: [PHP] SMS gateway

2009-05-13 Thread Nathan Rixham
Daniel Brown wrote: On Wed, May 13, 2009 at 10:00, Manoj Singh wrote: Hi All, I need to create the SMS functionality in PHP. Do you have any idea of Open Source SMS gateway which i can use? http://google.com/search?q=open+source+sms+gateway If you have any idea of how SMS works, yo

Re: [PHP] SMS gateway

2009-05-13 Thread Pavan Keshavamurthy
As Daniel already mentioned, SMS gateways are normally charged on the basis of usage. And there are several service providers as far as that goes, who provide APIs for integration with your own application. Just FYI www.clickatell.com is one. Somebody has even written a wrapper class around thi

Re: [PHP] SMS gateway

2009-05-13 Thread Daniel Brown
On Wed, May 13, 2009 at 10:00, Manoj Singh wrote: > Hi All, > > I need to create the SMS functionality in PHP. > > Do you have any idea of Open Source SMS gateway which i can use? http://google.com/search?q=open+source+sms+gateway If you have any idea of how SMS works, you'll know it's n

[PHP] SMS gateway

2009-05-13 Thread Manoj Singh
Hi All, I need to create the SMS functionality in PHP. Do you have any idea of Open Source SMS gateway which i can use? Thanks, Manoj

Re: [PHP] sms interfaces?

2008-10-09 Thread Tom Chubb
2008/10/8 Stut <[EMAIL PROTECTED]>: > On 8 Oct 2008, at 20:33, Rene Veerman wrote: >> >> hi, i'd like my app to send sms warnings of some events. >> >> if you know of a free / cheap sms service that can be called from php, >> please let me/us know. >> >> u earn extra points if it can send to dutch

Re: [PHP] sms interfaces?

2008-10-09 Thread Richard Heyes
> hi, i'd like my app to send sms warnings of some events. > > if you know of a free / cheap sms service that can be called from php, > please let me/us know. I looked into TXTLocal once. I actually didn't end up using them, but it might be worth a gleg. http://www.txtlocal.co.uk/ > u earn extra

Re: [PHP] sms interfaces?

2008-10-09 Thread Per Jessen
Rene Veerman wrote: > hi, i'd like my app to send sms warnings of some events. > > if you know of a free / cheap sms service that can be called from php, > please let me/us know. Swisscom can be called using sms_client. We've been using for 3, maybe 4 years. /Per Jessen, Zürich -- PHP Gener

Re: [PHP] sms interfaces?

2008-10-09 Thread clive
Rene Veerman wrote: hi, i'd like my app to send sms warnings of some events. if you know of a free / cheap sms service that can be called from php, please let me/us know. u earn extra points if it can send to dutch phones / any phone in the world ;) I have used these guys successfully befo

Re: [PHP] sms interfaces?

2008-10-08 Thread Jignesh Thummar
To: php-general@lists.php.net > > Subject: [PHP] sms interfaces? > > > > hi, i'd like my app to send sms warnings of some events. > > > > if you know of a free / cheap sms service that can be called from php, > > please let me/us know. > > > > u earn

RE: [PHP] sms interfaces?

2008-10-08 Thread Boyd, Todd M.
> -Original Message- > From: Rene Veerman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 08, 2008 2:33 PM > To: php-general@lists.php.net > Subject: [PHP] sms interfaces? > > hi, i'd like my app to send sms warnings of some events. > > if you know of

Re: [PHP] sms interfaces?

2008-10-08 Thread Rene Veerman
thanks! Stut wrote: On 8 Oct 2008, at 20:33, Rene Veerman wrote: hi, i'd like my app to send sms warnings of some events. if you know of a free / cheap sms service that can be called from php, please let me/us know. u earn extra points if it can send to dutch phones / any phone in the worl

Re: [PHP] sms interfaces?

2008-10-08 Thread Stut
On 8 Oct 2008, at 20:33, Rene Veerman wrote: hi, i'd like my app to send sms warnings of some events. if you know of a free / cheap sms service that can be called from php, please let me/us know. u earn extra points if it can send to dutch phones / any phone in the world ;) Best I've fou

[PHP] sms interfaces?

2008-10-08 Thread Rene Veerman
hi, i'd like my app to send sms warnings of some events. if you know of a free / cheap sms service that can be called from php, please let me/us know. u earn extra points if it can send to dutch phones / any phone in the world ;) -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] SMS Cellular Text Messaging

2008-05-05 Thread Michelle Konzack
Am 2008-04-28 15:24:53, schrieb Richard Lynch: > If you want any kind of volume, you pay a gateway. > > Or you could invest a few billion and build your own. :-) I am using a bunch of GSM/GPRS/EDGE modems which have cost me arround 105 Euro/Modem and bought some SIMs from O2, Vodaphone, D2,

Re: [PHP] SMS Cellular Text Messaging

2008-04-29 Thread paragasu
On Tue, Apr 29, 2008 at 3:23 PM, Per Jessen <[EMAIL PROTECTED]> wrote: > paragasu wrote: > > > i guess, even we have our own gateway. we have to make deal with local > > ISP anyway and it cost money. if anyone out there know how. i am > > really interested to know... > > Forget your own gateway, i

Re: [PHP] SMS Cellular Text Messaging

2008-04-29 Thread Per Jessen
paragasu wrote: > i guess, even we have our own gateway. we have to make deal with local > ISP anyway and it cost money. if anyone out there know how. i am > really interested to know... Forget your own gateway, it's way overkill unless you plan to be sendings thousands of SMS'es. Just use smsc

Re: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread paragasu
i use our local email-to-sms service. it is not reliable. more often than not, it is not delivered to user. I did found kannel project (www.kannel.org), opensource gateway. but still not sure how it going to work or how to roll my own gateway. i guess, even we have our own gateway. we have to make

Re: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Richard Lynch
On Mon, April 28, 2008 2:39 pm, Al wrote: > I didn't word my question well. I know about the following, etc. And, > I know they charge their > customers. > >> Cingular: [EMAIL PROTECTED] >> Sprint: [EMAIL PROTECTED] >> Verizon: [EMAIL PROTECTED] >> Nextel: [EMAIL PROTECTED] If you send more than a

RE: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Jay Blanchard
[snip] Do you have any experience with any of 3d party gateways? [/snip] No, we own our own gateway -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Jay Blanchard
[snip] Do these gateways get paid?  I can send a text message to [EMAIL PROTECTED] using sendmail. So it appears Verizon is just charging my phone's account.  Is that the case with the 3d party gateways? [/snip] As is the case with everything telecom someone is going to make money off of it. T

RE: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Jay Blanchard
[snip] I didn't word my question well. I know about the following, etc. And, I know they charge their customers. > Cingular: [EMAIL PROTECTED] > Sprint: [EMAIL PROTECTED] > Verizon: [EMAIL PROTECTED] > Nextel: [EMAIL PROTECTED] I want to send a pure SMS via these gateways without the regular ema

Re: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Per Jessen
Al wrote: > Anyone enlighten me about sending SMS text messages via sendmail or or > just php mail()? > > I've been Googling, etc. and everything I've found so far, comes up > with for-fee services. See smsclient. We've been using that for three or four years. /Per Jessen, Zürich -- PHP Gen

Re: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Al
I didn't word my question well. I know about the following, etc. And, I know they charge their customers. Cingular: [EMAIL PROTECTED] Sprint: [EMAIL PROTECTED] Verizon: [EMAIL PROTECTED] Nextel: [EMAIL PROTECTED] I want to send a pure SMS via these gateways without the regular email headers,

RE: [PHP] SMS Cellular Text Messaging

2008-04-28 Thread Jay Blanchard
[snip] Anyone enlighten me about sending SMS text messages via sendmail or or just php mail()? I've been Googling, etc. and everything I've found so far, comes up with for-fee services. [/snip] SMS messaging requires a gateway, hence the for-fee services. -- PHP General Mailing List (http://www.

[PHP] SMS Cellular Text Messaging

2008-04-28 Thread Al
Anyone enlighten me about sending SMS text messages via sendmail or or just php mail()? I've been Googling, etc. and everything I've found so far, comes up with for-fee services. I can send messages to my cellphone with sendmail but the regular email format is dumb at the cellphone. Al.

Re: [PHP] SMS questions

2007-07-16 Thread Robert Cummings
On Mon, 2007-07-16 at 23:04 +0800, Crayon Shin Chan wrote: > On Friday 13 July 2007 22:38, Robert Cummings wrote: > > > > in which the sender is responsible for storing the mail until the > > > intended recipient retrieves it seems like a good start. > > > > Bleh, that's so easily solvable for spa

Re: [PHP] SMS questions

2007-07-16 Thread Crayon Shin Chan
On Friday 13 July 2007 22:38, Robert Cummings wrote: > > in which the sender is responsible for storing the mail until the > > intended recipient retrieves it seems like a good start. > > Bleh, that's so easily solvable for spammers. Create one real message, > then softllink it for every actual em

RE: [PHP] SMS questions

2007-07-15 Thread Steve Perkins
Sorry, www.textit.biz Cheers -Original Message- From: Dan [mailto:[EMAIL PROTECTED] Sent: 13 July 2007 17:52 To: php-general@lists.php.net Subject: Re: [PHP] SMS questions Might want to retry that link, it's broken. - Dan ""Steve Perkins"" <[EMAIL PROTE

Re: [PHP] SMS questions

2007-07-13 Thread Richard Lynch
On Fri, July 13, 2007 9:38 am, Robert Cummings wrote: > On Fri, 2007-07-13 at 22:30 +0800, Crayon Shin Chan wrote: >> On Friday 13 July 2007 14:07, Richard Lynch wrote: >> >> > I'd give a lot of money to be able to teleport back in time and >> yell >> > at the email designer folks to tell them just

Re: [PHP] SMS questions

2007-07-13 Thread Dan
of interest asked him about it. Here is his (slightly scary) response, might be of some use ... His website is www.textit,biz -Original Message- From: Shaun M. Nixon Sent: 13 July 2007 09:17 To: Steve Perkins [mailto:[EMAIL PROTECTED] Subject: FW: [PHP] SMS questions Hi Steve Hope you'

Re: [PHP] SMS questions

2007-07-13 Thread Robert Cummings
On Fri, 2007-07-13 at 22:30 +0800, Crayon Shin Chan wrote: > On Friday 13 July 2007 14:07, Richard Lynch wrote: > > > I'd give a lot of money to be able to teleport back in time and yell > > at the email designer folks to tell them just how horrible a mess they > > were making... :-) > > But you

Re: [PHP] SMS questions

2007-07-13 Thread Crayon Shin Chan
On Friday 13 July 2007 14:07, Richard Lynch wrote: > I'd give a lot of money to be able to teleport back in time and yell > at the email designer folks to tell them just how horrible a mess they > were making... :-) But you have to give them credit for designing something so scaleable that even

FW: [PHP] SMS questions

2007-07-13 Thread Steve Perkins
M. Nixon Sent: 13 July 2007 09:17 To: Steve Perkins [mailto:[EMAIL PROTECTED] Subject: FW: [PHP] SMS questions Hi Steve Hope you're doing fine. It is possible. In short, you have seen how a SMS message is sent using a operators Name label i.e. the Messages says who it's from e.g. TE

Re: [PHP] SMS questions

2007-07-12 Thread Richard Lynch
On Thu, July 12, 2007 7:07 pm, Brian Dunning wrote: > Here's another thing that would be nice: A web service to look up the > carrier for a cell number. That way you could simply send an email to > [EMAIL PROTECTED], though this would still be only a partial > solution. This is a lot harder now tha

Re: [PHP] SMS questions

2007-07-12 Thread Richard Lynch
It's annoying as crap to work with them. But if they were not so vigilant and picuyane, you know what we'd have? A zillion spam phone messages ringing your cell day and night from all kinds of idiots. Do you really want that? I sure don't. Give them at least some credit for trying to be respon

Re: [PHP] SMS questions

2007-07-12 Thread Richard Lynch
On Thu, July 12, 2007 6:39 pm, Brian Dunning wrote: > Hi all - I've been looking at a number of the commercial service > providers for bulk SMS messaging, most of whom have PHP APIs. But > since they are selling something they don't answer my question > > Is there any (legal, legitimate) way to

RE: [PHP] SMS questions

2007-07-12 Thread Jay Blanchard
[snip] ...schtuff [/snip] Please, do not cast aspersions upon the telcos, for those of us who work in the industry cannot even get some of what you are talking about. We have a vendor that provides the SMS part and they will not expose the SMS API to us (not all SMS platforms are equal either)

Re: [PHP] SMS questions

2007-07-12 Thread Nathan Nobbe
Brian, Here's another thing that would be nice: A web service to look up the carrier for a cell number. That way you could simply send an email to [EMAIL PROTECTED], though this would still be only a partial solution. This is a lot harder now that numbers are transportable between carriers. fr

Re: [PHP] SMS questions

2007-07-12 Thread Brian Dunning
Here's another thing that would be nice: A web service to look up the carrier for a cell number. That way you could simply send an email to [EMAIL PROTECTED], though this would still be only a partial solution. This is a lot harder now that numbers are transportable between carriers. I wa

Re: [PHP] SMS questions

2007-07-12 Thread Nathan Nobbe
Brian, I was experimenting late last year using PHP to send SMS messages. I think there is a lot of potential in the marketplace around SMS. But most of the phone companies wouldnt even talk to me and all i was trying to do was hit a development API to test some code out. im almost certain you

[PHP] SMS questions

2007-07-12 Thread Brian Dunning
Hi all - I've been looking at a number of the commercial service providers for bulk SMS messaging, most of whom have PHP APIs. But since they are selling something they don't answer my question Is there any (legal, legitimate) way to send an SMS message that can be replied to the desire

Re: [PHP] sms through teleflip and php?

2007-01-16 Thread Jochem Maas
blackwater dev wrote: > Thanks for all the insights. It appears that it might have thought my > email > was spam as I sent it from another server and it worked fine. which makes it even more likely that the 'bad' server doesn't have it's relevant MX DNS records setup properly - I can't really tel

Re: [PHP] sms through teleflip and php?

2007-01-16 Thread blackwater dev
Thanks for all the insights. It appears that it might have thought my email was spam as I sent it from another server and it worked fine. Thanks! On 1/16/07, Jochem Maas <[EMAIL PROTECTED]> wrote: also consider that there maybe a reverse lookup being done on the sending MTA that the sms gatew

Re: [PHP] sms through teleflip and php?

2007-01-16 Thread Jochem Maas
also consider that there maybe a reverse lookup being done on the sending MTA that the sms gateway doesn't consider kosher .. and/or that the IP of the sending MTA is grey-listed/black-listed. also a check may be being done to see if the sender's account exists on the sender's [your servers] domai

Re: [PHP] sms through teleflip and php?

2007-01-16 Thread tg-php
Maybe phpMailer isn't sending the correct headers either. Sometimes all it takes is one missing header that a system is looking for and it may filter it as spam or something. Again, I encourage you to examine the headers from your Thunderbird "good" email and compare it to your PHP and/or phpM

Re: [PHP] sms through teleflip and php?

2007-01-16 Thread tg-php
I'm guessing the SMS system is rejecting the email because it's lacking some headers that mail programs tend to use... and spammers sometimes forget. You might send your email from Thunderbird.. CC yourself on it. Verify that it went through as a text message, then open the CC'd copy and look a

[PHP] sms through teleflip and php?

2007-01-16 Thread blackwater dev
Has anyone been able to successfully send a text message using php and the mail function? It works fine if I open up thunderbird and send a message to [EMAIL PROTECTED] but if I use the mail function: mail("[EMAIL PROTECTED]", "test", "test"); It doesn't work. I've tried several different appr

RE: [PHP] SMS with php recommendation (a bit 0T i guess)

2006-06-19 Thread Daevid Vincent
Where the X's represent the phone number. Cheers, DÆVID > -Original Message- > From: Ryan A [mailto:[EMAIL PROTECTED] > Sent: Sunday, June 18, 2006 11:17 AM > To: php php > Subject: [PHP] SMS with php recommendation (a bit 0T i guess) > > Hey, > > Right

Re: [PHP] SMS with php recommendation (a bit 0T i guess)

2006-06-18 Thread Ryan A
Hey, > http://www.clickatell.com/brochure/products/developer_solutions.php Ok, clickatell seems to be the popular choice around here, will have a look see In the meantime feel free to recommend any others. Thanks for replying guys. Cheers! Ryan -- - The faulty interface lies between the c

Re: [PHP] SMS with php recommendation (a bit 0T i guess)

2006-06-18 Thread John Nichel
Ryan A wrote: Hey, Right now I am using PSWIN to send SMS messages from my php scripts, can anybody recommend a (reliable) company that i can use instead? We "fill up" on 25euros everytime on pswin, so i am not looking for a "free" provider, just a reliable and good priced one. PSwin is good,

Re: [PHP] SMS with php recommendation (a bit 0T i guess)

2006-06-18 Thread cajbecu
http://www.clickatell.com/brochure/products/developer_solutions.php Ryan A wrote: > Hey, > > Right now I am using PSWIN to send SMS messages from > my php scripts, can anybody recommend a (reliable) > company that i can use instead? > > We "fill up" on 25euros everytime on pswin, so i am > not l

[PHP] SMS with php recommendation (a bit 0T i guess)

2006-06-18 Thread Ryan A
Hey, Right now I am using PSWIN to send SMS messages from my php scripts, can anybody recommend a (reliable) company that i can use instead? We "fill up" on 25euros everytime on pswin, so i am not looking for a "free" provider, just a reliable and good priced one. PSwin is good, problem is they

Re: [PHP] SMS E-Mail and other oddities

2006-05-11 Thread Richard Lynch
On Thu, May 11, 2006 3:16 pm, Jay Blanchard wrote: > I am attempting to send SMS via an e-mail messageand it works! > *phew* @sms.myserver.com > > Problem is that the reply to or from field on the device always shows > [EMAIL PROTECTED] regardless of what I have set the Replay-To: or > From: he

RE: [PHP] SMS E-Mail and other oddities

2006-05-11 Thread Jay Blanchard
[snip] $fromaddress = '[EMAIL PROTECTED]'; mail($to, $subject, $message, $headers, '-f'.$fromaddress); [/snip] Cool...worked like a champeene race dog! (Say it with a Southern drawl) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SMS E-Mail and other oddities

2006-05-11 Thread Stut
Jay Blanchard wrote: $poot = ini_set("sendmail_from", '[EMAIL PROTECTED]'); $smsTo = $_POST['smsPhone'] . '@sms.myserver.com'; $to = $smsTo; $subject = $_POST['smsSubject']; $message = $_POST['smsMessage']; $headers = 'From: '. $poot . "\r\n" . 'Re

Re: [PHP] SMS E-Mail and other oddities

2006-05-11 Thread Eric Butera
On 5/11/06, Jay Blanchard <[EMAIL PROTECTED]> wrote: [snip] Send us some source code and we can help you out! [/snip] Always reply to the list and please do not top post. $poot = ini_set("sendmail_from", '[EMAIL PROTECTED]'); $smsTo = $_POST['smsPhone'] . '@sms.myserver.com'; $to =

RE: [PHP] SMS E-Mail and other oddities

2006-05-11 Thread Jay Blanchard
[snip] Send us some source code and we can help you out! [/snip] Always reply to the list and please do not top post. $poot = ini_set("sendmail_from", '[EMAIL PROTECTED]'); $smsTo = $_POST['smsPhone'] . '@sms.myserver.com'; $to = $smsTo; $subject = $_POST['smsSubject']; $message

[PHP] SMS E-Mail and other oddities

2006-05-11 Thread Jay Blanchard
I am attempting to send SMS via an e-mail messageand it works! *phew* @sms.myserver.com Problem is that the reply to or from field on the device always shows [EMAIL PROTECTED] regardless of what I have set the Replay-To: or From: headers. PHP runs as nobody, so this makes sensekinda'. So I

Re: [PHP] SMS from pc to mobile phone

2004-04-07 Thread saepudin
On Wednesday 07 April 2004 10:29, saepudin wrote: > hi, > I want to send an SMS(to mobile phone etc) based on a database trigger or > on completion of an php page. the site runs on linux. > how to do this. How do i send the mobile no . what is the language, > protocol, syntax and platform. > if

[PHP] SMS messages and the From field...

2003-02-22 Thread Jeff Lewis
I have been using mail() to send SMS messages to my phone but the From address never seems to work as I set it. When it arrives in my email client it works fine but when it gets to my phone it does. I have set headers like so: "From: $from_email\r\nReply-To: $from_email\r\nReturn-path: $from_email

[PHP] SMS

2002-09-03 Thread Lejanson C. Go
what are the components to be use if you want to set up a site that SENDS Free SMS and uses PHP? -- Lejanson C. Go, SDE I -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SMS message ?

2002-07-30 Thread SenthilVelavan
sends your SMS message to a mobile number. regards, SenthilVelavan.P - Original Message - From: "Rija" <[EMAIL PROTECTED]> To: "PHP-General" <[EMAIL PROTECTED]> Sent: Wednesday, July 31, 2002 8:25 AM Subject: [PHP] SMS message ? Hi all, I'm a newbie,

[PHP] SMS message ?

2002-07-30 Thread Rija
Hi all, I'm a newbie, and I'd like some advice, and I don't have any idea, maybe it's a silly question. Is-it possible to send SMS message to mobile phone using PHP? For example, every monday I send some news about my web site to the mobile phone of my visitors with their approval, of course.

Re: [PHP] php & SMS (or phone contact)

2002-07-01 Thread olinux
Most cellular and paging companies provide your phone/pager with an email address. usually [EMAIL PROTECTED] check out this list of providers and their addressing: http://www.weblinkwireless.com/customerservice/how2send/index.html so just use mail() and it looks pretty sweet when your website s

RE: [PHP] SMS Again, UK

2002-07-01 Thread Simon Ritchie
Oh yes, I forgot about email, which was mentioned in another answer to this FAQ. Some providers give you an email address with your phone, for example I believe that One2One (or whatever it's called today) give you @one2one.com. Email sent to that address arrives at your phone as an SMS. Somebo

RE: [PHP] SMS Again, UK

2002-07-01 Thread Simon Ritchie
the service to send spam. Simon > -Original Message- > From: Andy Whittlestone [mailto:[EMAIL PROTECTED]] > Sent: 01 July 2002 16:49 > To: [EMAIL PROTECTED] > Subject: [PHP] SMS Again, UK > > > Hi i'm from the uk, is there any free php scripts that will allow

[PHP] SMS Again, UK

2002-07-01 Thread Andy Whittlestone
Hi i'm from the uk, is there any free php scripts that will allow txt messages to be sent within the uk. Couldn't get the other one posted here to work either, Wanna do a similiar idea to what that other guy was doing, but when the UPS Kicks in send a txt, but also so i can goto my site and acce

Re: [PHP] php & SMS (or phone contact)

2002-07-01 Thread Duncan
Hi again, thx for the replies. Well, nagios ... quite a story ... anyway, i spent more than 3-4 hours and still didn't get it to work. Maybe i should look into it again, if it supports that kind of stuff, which really would be just what i need :) Thanks a lot, Duncan

RE: [PHP] php & SMS (or phone contact)

2002-07-01 Thread Cal Evans
EMAIL PROTECTED]] Sent: Monday, July 01, 2002 9:47 AM To: [EMAIL PROTECTED] Subject: [PHP] php & SMS (or phone contact) Hi, i want to make a script, that monitors my server and if its down, sends an SMS, pager message, or rings the phone (lol) to contact me. Is it possible to send a message t

Re: [PHP] php & SMS (or phone contact)

2002-07-01 Thread Jason Wong
On Monday 01 July 2002 22:46, Duncan wrote: > Hi, > > i want to make a script, that monitors my server and if its down, sends an > SMS, pager message, or rings the phone (lol) to contact me. Is it possible > to send a message to a pager or an SMS to a handy with php? Or are there > any scripts alr

[PHP] php & SMS (or phone contact)

2002-07-01 Thread Duncan
Hi, i want to make a script, that monitors my server and if its down, sends an SMS, pager message, or rings the phone (lol) to contact me. Is it possible to send a message to a pager or an SMS to a handy with php? Or are there any scripts already out there? I tried to take a look around, but mos

RE: [PHP] SMS with PHP

2002-06-11 Thread Brian McGarvie
www.livesoup.com - not tried it personally tho! > -Original Message- > From: Jared Boelens [mailto:[EMAIL PROTECTED]] > Sent: 10 June 2002 6:59 PM > To: Alexandra Aguiar; [EMAIL PROTECTED] > Subject: RE: [PHP] SMS with PHP > > > I had this exact need but I was sol

RE: [PHP] SMS with PHP

2002-06-10 Thread Jared Boelens
-Original Message- From: Alexandra Aguiar [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 1:47 PM To: [EMAIL PROTECTED] Subject: [PHP] SMS with PHP Hello ppl... i'd like to know if it's possible that a php script sends message to a cell phone... i please anything about it

Re: [PHP] SMS with PHP

2002-06-10 Thread Chris Knipe
2 434 7582 - Original Message - From: "Alexandra Aguiar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 7:46 PM Subject: [PHP] SMS with PHP Hello ppl... i'd like to know if it's possible that a php script sends message to a cell phone.

[PHP] SMS with PHP

2002-06-10 Thread Alexandra Aguiar
Hello ppl... i'd like to know if it's possible that a php script sends message to a cell phone... i please anything about it ... thnx in advance.. Alexandra Aguiar

[PHP] sms to web

2002-05-30 Thread Deniz
can anybody advice me some source about how to channel sms messages to a webserver and parse it with php? thanks -d -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] SMS

2002-01-15 Thread Jon Farmer
>Hi everyone! I'd be grateful if someone could please tell me a link where I can find a good tutorial on how >to develop a SMS tool with PHP, or if somebody has already developed something like it, or if there are any >experts around, please give me some information about it. Can you be more

[PHP] SMS

2002-01-14 Thread Yogesh Mahadnac
Hi everyone! I'd be grateful if someone could please tell me a link where I can find a good tutorial on how to develop a SMS tool with PHP, or if somebody has already developed something like it, or if there are any experts around, please give me some information about it. Thanks and regar

Re: [PHP] SMS

2001-12-06 Thread Daniel Berwig
It works with a "virtual phone" in the site, but I can't try sending SMS berfore buying it (U$ 400.00). I won't buy a product before being sure it works. Does anyone know another method to do it? Tnx. "Dan McCullough" <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > He

Re: [PHP] SMS

2001-11-30 Thread Henrik Hansen
[EMAIL PROTECTED] (Dan McCullough) wrote: > somewhere in here ... I'm not familiar with the actual object, but if you have >success withit I > would like to hear how you are doing with it. > http://www.simplewire.com/developers/code/ ahh yeah now i remember seing it :) -- Henrik Hansen -

Re: [PHP] SMS

2001-11-30 Thread Dan McCullough
somewhere in here ... I'm not familiar with the actual object, but if you have success withit I would like to hear how you are doing with it. http://www.simplewire.com/developers/code/ --- Henrik Hansen <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] (Dan McCullough) wrote: > > > Heres a code s

Re: [PHP] SMS

2001-11-30 Thread Dan McCullough
That example I sent was from a place where they have the swsms shared object which you can get in a developers license, I havent actually tried it, but was looking at it for a project. --- Henrik Hansen <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] (Dan McCullough) wrote: > > > I think you ne

Re: [PHP] SMS

2001-11-30 Thread Henrik Hansen
[EMAIL PROTECTED] (Dan McCullough) wrote: > Heres a code snippet: > Sorry for leading astray. > > // load the swsms module > dl( "../swsms.so" ); never heard of a sms module in php, where can you get this? -- Henrik Hansen -- PHP General Mailing List (http://www.php.net/) To unsubscrib

Re: [PHP] SMS

2001-11-30 Thread Henrik Hansen
[EMAIL PROTECTED] (Dan McCullough) wrote: > I think you need an SMS server to "broadcast" the data. Am I correct? you can also send sms with the mail function, but a gsm modem is by far the best, so for a stabile service either rent a sms service or get somekind of a gsm modem. AFAIK -- Henr

  1   2   >