DaveinLondon
03-17-2005, 11:57 PM
Hi,
I have set up my site on bluehost.com who seem to be
fairly good. In several of my scripts I use the standard expression
$mailsend=mail("$N_email","$subj","$emess","$ehead");
to send email out. Before I signed up, I asked specifically if the servers send out mail using mailsend, and I was told that yes they did.
I have noticed that they have a mailsend path
of /usr/sbin/sendmail - how do I direct my php
program to use that path ?
My programs reside in a directory something like
mydomain/www/
Any help much appreciated.
Thanks .
David.
I have set up my site on bluehost.com who seem to be
fairly good. In several of my scripts I use the standard expression
$mailsend=mail("$N_email","$subj","$emess","$ehead");
to send email out. Before I signed up, I asked specifically if the servers send out mail using mailsend, and I was told that yes they did.
I have noticed that they have a mailsend path
of /usr/sbin/sendmail - how do I direct my php
program to use that path ?
My programs reside in a directory something like
mydomain/www/
Any help much appreciated.
Thanks .
David.