Hi Everyone I have tried to configure my php.in file so as allow me to send email in PHP from local server. I added the lines in php.ini file sendmail_path = /usr/sbin/sendmail -t sendmail_from = name@localhost Therafter restarted my apache by: sudo /etc/init.d/apache2 restart However, I get the following error when I restart mt apache apache2: Could not reliably determine the server's fully qualified domain name, using 12... for ServerName Thanks. Moses