3

I have a new install of Ubuntu and trying to use the php's mail() function. The function fails, I guess I am missing a package or two in my installation.

Charles
  • 50,943
  • 13
  • 104
  • 142
Itay Moav -Malimovka
  • 52,579
  • 61
  • 190
  • 278

1 Answers1

10

Have you configured the mail function in your php.ini ?

sendmail_path = /usr/sbin/sendmail -i -t    
or
sendmail_path = /usr/lib/sendmail -i -t   
TonyArra
  • 10,607
  • 1
  • 30
  • 46