Hi Friends
in file php.ini
In mail function,Activated below
Code:
[mail function]
; Setup for Linux systems
sendmail_path = /usr/sbin/sendmail -t
sendmail_from = me@myserver.com
now , restart apache2 The following method
/etc/init.d/apache2 restart
Code:
/etc/init.d/apache2 restart
Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using MY IP ADDRESS for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using MY IP ADDRESS for ServerName
not show OK in linux debian
But this Command on ubuntu show OK when restarting apache2
Where is the problem