Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Quote:
Originally Posted by Zoltar1992
My server Is running under Linux.
How do I adjust/specify sendmail path or SMTP or whatever it is I need to do?
(SMTP is now "localhost")
|
You don't. PHP use the "sendmail" binary on linux. On Windows, as this is not available, it requires to have an smtp server defined in php.ini to handle those mails.
But of course, if you have an mta (postfix, sendmail, exim) installed on your server, it will use it, as they usually installs wrappers for "sendmail".
The trick is that if the server of your friend is Window based, he need to adapt php.ini to specify the smtp server of his ISP.
Your server being Linux based, you don't need to alter anything.
__________________
Only a biker knows why a dog sticks his head out the window.
|