Orlando:

I used this in a script, I set up a message body like this

mail($mrecipient, $subject, $messagebody, $headers);

You may need to set the $headers variable ... or you can use this script that allows 
you to send a multipart MIME email

http://www.hotscripts.com/Detailed/18698.html



"Orlando castaņeda" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> I am trying to send an e-mail like this:
> 
> <?php
>      $to = "[EMAIL PROTECTED]";
>      $subject = "xsubject";
>      $message = "x data";
>           mail ($to, $subject, $message);
> ?>
> 
> There are no errors, but the e-mail is never sent !
> I apreciate any help !
> 
> 
> Tito
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> ICQ # 32019090

Reply via email to