|
Posted by Colin McKinnon on 01/10/07 20:28
Carl Pearson wrote:
> Put this just before your mail statement:
> ini_set('sendmail_from', 'my_address@my_domain.com');
>
(please don't top post)
He'll also need to set the SMTP host and port in php.ini file (same as the
outgoing/DMTP mail server in Outlook express - but note that AFAIK the
stock PHP mail() function doesn't support authentication).
>
> Shameless suggestion, switch to Apache. Try XAMPP for starters. Sorry,
> had to say it. You'll really get a leg up on how the majority of web
> servers worldwide operate, and have an easier time maintaining any live
> site that runs on *nix.
>
I'd agree that Linux/*nox is a much nicer environment to admin / develop in
- but you can get severely bitten setting up mail and web servers unless
you have a fair amount of skill.
C.
Navigation:
[Reply to this message]
|