Re: [PHP] Send Email to Mobile

2007-02-01 Thread Richard Lynch
Add a Reply-to: field on your headers. http://php.net/mail Read about the fifth argument. On Thu, February 1, 2007 10:17 am, Marcelo Ferrufino Murillo wrote: > Hi guys, I have a script that send emails to mobiles: > > $subject=$_REQUEST["sb"]; > $nmobile=trim($_REQUEST["nmobile"]); > $message=$

RE: [PHP] Send Email to Mobile

2007-02-01 Thread Peter Lauri
Ferrufino Murillo [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 6:17 PM To: php-general@lists.php.net Subject: [PHP] Send Email to Mobile Hi guys, I have a script that send emails to mobiles: And this is the message in a mobile: [EMAIL PROTECTED] I don´t know why

[PHP] Send Email to Mobile

2007-02-01 Thread Marcelo Ferrufino Murillo
Hi guys, I have a script that send emails to mobiles: And this is the message in a mobile: [EMAIL PROTECTED] I don´t know why appear the address [EMAIL PROTECTED] the address must be: [EMAIL PROTECTED], could you help me please, thank you