[PHP] Regarding mail function

2002-01-07 Thread Balaji Ankem



Hi ,
 
My file name: bala.php
---
?phpmail("[EMAIL PROTECTED]", "hi friend", 
"Hi, how are you? Expecting reply from you. -Bala");

?

for the above program I am getting the following 
warning..

-
Warning: Server Error in 
c:\www/bala.php on line 
3-

I have changed in php.ini with my SMTP server 
(arabhi.wipro.com or 10.145.2.18)


In outlook settings we give the username and 
password for our mail server.

Is it required here also?

could you please tell available headers for 
e-mail function?

Is ther any headers like user name and 
password??



Any help greatly appreciable...

Thanks in advance.

-Balaji


---
Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers and
is intended for use only by the individual or entity to which it is
addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the intended
recipient or it appears that this mail has been forwarded to you without
proper authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at mailto:[EMAIL PROTECTED] and delete this mail
from your records.




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


RE: [PHP] Regarding mail function

2002-01-07 Thread Sandeep Murphy

tet

-Original Messa[Sandeep Murphy] ter ge-
From: Balaji Ankem [mailto:[EMAIL PROTECTED]]
Sent: segunda-feira, 7 de Janeiro de 2002 10:55
To: [EMAIL PROTECTED]
Subject: [PHP] Regarding mail function


Hi ,
  
My file name: bala.php
---
?php
 
 mail([EMAIL PROTECTED], hi friend, Hi, how are you? Expecting
reply from you. -Bala);
 
?

 
for the above program I am getting the following warning..
 
-
Warning: Server Error in c:\www/bala.php on line 3
-
 
I have changed in php.ini with my SMTP server (arabhi.wipro.com or
10.145.2.18)
 
 
In outlook settings we give the username and password for our mail server.
 
Is it required here also?
 
could you please tell available headers for e-mail function?
 
Is ther any headers like user name and password??
 
 
 
Any help greatly appreciable...
 
Thanks in advance.
 
-Balaji
 




Re: [PHP] Regarding mail function

2002-01-07 Thread Bogdan Stancescu

Gee, Sandeep, what a great reply! I wish I got this kind of support when I
asked a question on this list too!

Balaji, sorry, man, I don't know how to help you - I was just touched by
Sandeep's reply and wanted to point it out for everybody to see just how
helpful we are in these parts. Tet be thy name!

Bogdan

Sandeep Murphy wrote:

 tet

 -Original Messa[Sandeep Murphy] ter ge-
 From: Balaji Ankem [mailto:[EMAIL PROTECTED]]
 Sent: segunda-feira, 7 de Janeiro de 2002 10:55
 To: [EMAIL PROTECTED]
 Subject: [PHP] Regarding mail function

 Hi ,

 My file name: bala.php
 ---
 ?php

  mail([EMAIL PROTECTED], hi friend, Hi, how are you? Expecting
 reply from you. -Bala);

 ?
 

 for the above program I am getting the following warning..



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]