Re: [PHP] doubt in mail function

2006-02-13 Thread Jochem Maas
suresh kumar wrote: hello everybody, i am having one doubt in sending mail the way I read it you don't have a 'doubt' but a 'problem' ... (an example of the proper use of the word would be: "I doubt whether you bothered to research your problem at all before

Re: [PHP] doubt in mail function

2006-02-13 Thread Paul Scott
On Mon, 2006-02-13 at 10:05 +, suresh kumar wrote: > both from and to address are valid but mail > is not receiving to [EMAIL PROTECTED], > The PHP mail() function will use sendmail/postfix/etc (your hosts MTA), if you plan on using a mail relay i.e. an SMTP server to send mail, you

[PHP] doubt in mail function

2006-02-13 Thread suresh kumar
hello everybody, i am having one doubt in sending mail in php.in my company our mail server is in windows,but my php code for mail function in linux,i set the code as if(@mail('[EMAIL PROTECTED]','hi suresh','this is test','From:[EMAIL PROTECTED]')): both from and to addr