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
This kind of hassle you can avoid if you use PHPMailer that you can find at http://phpmailer.sourceforge.net Best regards, Peter Lauri www.dwsasia.com - company web site www.lauri.se - personal web site www.carbonfree.org.uk - become Carbon Free -Original Message- From: Marcelo Ferrufin