Re: [PHP] doubt in mail() in php

2006-02-14 Thread Angelo Zanetti
check your SMTP settings in yout PHP.ini file. Please dont post the same topic multiple times.. Jochem Maas wrote: suresh kumar wrote: this is my code if(@mail('[EMAIL PROTECTED]','subject','hai this is the test','[EMAIL PROTECTED]')): print "mail sent succesfully";

Re: [PHP] doubt in mail() in php

2006-02-13 Thread Jochem Maas
suresh kumar wrote: this is my code if(@mail('[EMAIL PROTECTED]','subject','hai this is the test','[EMAIL PROTECTED]')): print "mail sent succesfully"; else: print "mail can send"; endif; i dont know whether there is any problem with my coding or se

[PHP] doubt in mail() in php

2006-02-13 Thread suresh kumar
this is my code if(@mail('[EMAIL PROTECTED]','subject','hai this is the test','[EMAIL PROTECTED]')): print "mail sent succesfully"; else: print "mail can send"; endif; i dont know whether there is any problem with my coding or server problem.both from