Hello all,
[snip]
$subject="Welcome";
$from = "MIME-Version: 1.0\r\n";
$from .= "Content-type: text/html; charset=iso-8859-1\r\n";
$from .= "From: <[EMAIL PROTECTED]>\r\n";
$subject="Welcome";
mail($mailid,$subject,$message1,$from);
But I am not able to send the message
Sigitas Paulavicius wrote:
> "Vishak K Tomy" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > Hello,
> > I tried to send mail through the mail function but it is not
> > working. I am using php version 3.0.12 under linux, following is the
> > code I used t
"Vishak K Tomy" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
> I tried to send mail through the mail function but it is not
> working. I am using php version 3.0.12 under linux, following is the
> code I used to send mail.
> So what is the problem wit
Hello,
I tried to send mail through the mail function but it is not
working. I am using php version 3.0.12 under linux, following is the
code I used to send mail.
So what is the problem with it, any body please solve this.
Regards
Vishak
--
PHP General Mailing List (http
4 matches
Mail list logo