Re: [PHP] PHP Email Setup problem

2009-05-14 Thread Shawn McKenzie
Moses wrote: > 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 = n...@localhost > > Therafter restarted my apache by: > > sudo /etc/in

[PHP] PHP Email Setup problem

2009-05-14 Thread Moses
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 = n...@localhost Therafter restarted my apache by: sudo /etc/init.d/apache2 restart However, I ge