Hi Manoj Japher,
add the following (see in context)
>
> <?
> $toaddress = "[EMAIL PROTECTED]";
^
addslashes(...)
> $fromaddress = "[EMAIL PROTECTED]";
^
addslashes(...)
> $subject = "Test Mail";
^
addslashes(...)
> $content = "Your username and password as you requested
> \n" ^
addslashes(...)
> ."Username = user \n"
> ."Password = pass \n";
> mail($toaddress, $subject ,$content, $fromaddress);
> echo " Your username and password has been mailed to you
> ";
> ?>
The returned mail can be a result of the missing part(s).
Regards,
Ruprecht
----------------------------------------------------------------------
Ruprecht Helms - IT-Service & Softwareentwicklung
======================================================
E-Mail: Ruprecht Helms <[EMAIL PROTECTED]>
Date: 27-Aug-02
Time: 22:16:46
======================================================
Homepage: http://www.rheyn.de
email: [EMAIL PROTECTED]
Phone + Fax +49[0]7621 16 99 16
This message was sent by XFMail
--------------------------------------------------------------------
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php