Hello, On 09/03/2002 12:19 AM, Akhmad D. Sembiring wrote: > Dear Arul & friends, > > thanks for your kind helps, > but the problem still exists. > > the actual problem is that the 2nd mail() function > does not ever send the mail, no matter what the destination > and the additional header is. > > is there a way to debug this problem?
Most likely you have not configured PHP to use the mail() properly. First things first. Which platform are you using? Did you configure php.ini mail options for your platform? what does var_dump(mail(you arguments here)); return? -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php