Re: [PHP] Send Email to Mobiles

2007-01-26 Thread clive

Marcelo Ferrufino Murillo wrote:
Hi guys, I need to send a email to mobiles I don´t know if I have to use 
the

function mail( ) or if I have to use other one. Thanks your help



if your intention is to send the mobile phone a sms, then you are going 
to have to use a gateway company of sorts, in SA we have a few and they 
provide a number of interfaces: some to email to sms, some have a http 
api. Ive also seen ftp api, but those are for bulk sms'ing.


clive

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Send Email to Mobiles

2007-01-25 Thread Marcelo Ferrufino Murillo

Hi guys, I need to send a email to mobiles I don´t know if I have to use the
function mail( ) or if I have to use other one. Thanks your help


Re: [PHP] Send Email to Mobiles

2007-01-25 Thread Youri LACAN-BARTLEY
Marcelo Ferrufino Murillo wrote:
 Hi guys, I need to send a email to mobiles I don´t know if I have to use
 the
 function mail( ) or if I have to use other one. Thanks your help
 

Hi Marcelo,

if the mobile phones you are trying to email have Internet connectivity
the PHP mail() will enable to send you normal email.
If however, you with to text those mobile phones, you'll have to look at
 offers providing email to SMS gateways.

Good luck

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php