On 7/16/07, Chris Tankersley <[EMAIL PROTECTED]> wrote:
We're running a web server with PHP 5 and OpenBSD's Apache 1.3.29.
Whenever a mail is sent from our site using mini_sendmail it is using
the hostname that we gave it, which doesn't exist to the outside world.
How can I have it send as another hostname, so that it sends from
[EMAIL PROTECTED] instead of [EMAIL PROTECTED]

Chris

Are you using PHP's built-in mail() function?  Look at example 1099 in
the PHP documentation for mail()[1].

Gordon

[1] http://us.php.net/manual/en/function.mail.php

Reply via email to