|
php mail not working
Hi
I am using mail function to send mail in PHP.
mail("$to1", "$subject", "$message", "$headers", "$config");
This function is working fine on my local system, but when i am running same code on my Linux server it is not working. There is no Error. Code executes successfully.
On server i am using PHP version 5.2.0.
Any solution for this problem ?
|