php-install | 2004112
Date: 11/29/04
- Next message: Chris Hewitt: "Re: [PHP-INSTALL] ***Call to undefined function mysql_connect()"
- Previous message: jeremy <email protected>: "[PHP-INSTALL] impressao!!"
- Next in thread: Hendrik Schmieder: "Re: [PHP-INSTALL] Problem with Mail() function"
- Reply: Hendrik Schmieder: "Re: [PHP-INSTALL] Problem with Mail() function"
- Maybe reply: Hendrik Schmieder: "Re: [PHP-INSTALL] Problem with Mail() function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Everybody,
When I try to use mail() function it is not working.
This is my program:
<?php
$to="ckp <email protected>";
$from="me <email protected>";
$message="Hai\nHow r u?";
$subject="Hello";
$success=mail($to, $subject, $message, "From:$from");
if ($success)
echo "Your mail has been sent";
else
echo "There is some error";
?>
when I execute this, the output is
There is some error.
That means the mail is not sent.
So some please help me in getting this. The to address wahtever I gave is a valid address
It is urgent
I thank u on beforehand
Please reply soon
- Next message: Chris Hewitt: "Re: [PHP-INSTALL] ***Call to undefined function mysql_connect()"
- Previous message: jeremy <email protected>: "[PHP-INSTALL] impressao!!"
- Next in thread: Hendrik Schmieder: "Re: [PHP-INSTALL] Problem with Mail() function"
- Reply: Hendrik Schmieder: "Re: [PHP-INSTALL] Problem with Mail() function"
- Maybe reply: Hendrik Schmieder: "Re: [PHP-INSTALL] Problem with Mail() function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

