This page documents the FROM_USER configuration setting in FormMail.
Type Of Setting
FROM_USER is an OPTIONAL setting, which means...
 |
OPTIONAL |
you can change this setting if you need to, but the default
value is fine for most
circumstances.
|
Précis
Sender for alerts and auto responses.
Description
Set FROM_USER to the email address that will be the sender
of alert/error messages and Auto Responses (if you're using
the auto responder feature).
If you do not specify FROM_USER,
formmail.php uses "FormMail@SERVER" where SERVER is determined
from your web server. If you set it to "NONE", then no sender is
specified.
NOTE: FROM_USER is not used for form results, it is only used
for alert messages and Auto Responses.
For detailed information about how FormMail specifies the From address
and Sender address of emails, view
the detailed document about
From Address
and Sender.
$FROM_USER = "";
Examples
$FROM_USER = "formmail@yourhost.com"; // example - replace with your email address
$FROM_USER = "NONE"; // use this to show no sender
See Also
SENDMAIL_F_OPTION
SET_SENDER_FROM_EMAIL
INI_SET_FROM
FIXED_SENDER
Solving Email Problems
|