Posted by Jerry Stuckle on 01/09/06 15:04
chris.huh wrote:
> This may not be the best place to put this but i have set up apache as
> a testing server on my local machine. Whenever i try to use a
> formmail.php script i downloaded is always come sup saying that i need
> to configure sendmail_from.
>
> I have changed this (in php.ini) to be to my email address and the smtp
> server is set to be my university's smtp server (which i hope should
> work). But it still comes up with the error.
>
> The actual error is:
>
> Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or
> custom "From:" header missing
>
> I have no idea what might be the problem, any ideas?
>
Ensure you're updating the correct php.ini file.
What does a page with just
<?php phpinfo(); ?>
in it show?
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|