RE: [PHP] mail() function problem

2002-09-02 Thread Akhmad D. Sembiring
# 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

RE: [PHP] mail() function problem

2002-09-02 Thread Akhmad D. Sembiring
inal Message- # From: Arul Venkatesh Kandaswamy [mailto:[EMAIL PROTECTED]] # Sent: Saturday, August 31, 2002 17:07 # To: Akhmad D. Sembiring # Subject: Re: [PHP] mail() function problem # # # Hello # # $from = "MIME-Version: 1.0\r\n"; # $from .= "Content-type: text/htm

[PHP] mail() function problem

2002-08-31 Thread Akhmad D. Sembiring
Dear All, I have a little problem with mail() function, PHP Code: -- mail($email, "Membership ok", $themsg, "From: [EMAIL PROTECTED]\r\n"); mail("[EMAIL PROTECTED]", "", "", "From: $email\r\n"); -- Why does the second mai