Hi! I am currently trying to send a mail message through a script, but I am having no luck.
I am using Linux Mandrake 9 for the server. I have sendmail installed and it works perfectly fine, I tested it manually(sendmail -t <test.txt)
In my php.ini, my line for sendmail_path is as follows:
sendmail_path = /usr/sbin/sendmail -t
I try and send an email from a simple script:
mail("email@address.com","test","test");
has anyone had similar problems?
P.S. I am also using Xmail, and it has a wrapper for sendmail, shich is the sendmail I am currently using and have tested. It is working correctly
Sincerely,
Andre LeFort