diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:48:19 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:48:19 +0200 |
commit | 147d4e8e685bb505fb8913398ea3b1d6545576aa (patch) | |
tree | 5ef9016fd5914f5a80028506d94232d60ff5a9b8 /docs/en | |
parent | b48967ede1ee3d83de9980b28e4978b72e35de02 (diff) | |
download | bugzilla-147d4e8e685bb505fb8913398ea3b1d6545576aa.tar.gz bugzilla-147d4e8e685bb505fb8913398ea3b1d6545576aa.tar.xz |
Doc for bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r=LpSolit
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/administration.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index f4808e9e5..4d6f5f0ad 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -799,6 +799,20 @@ <varlistentry> <term> + mailfrom + </term> + <listitem> + <para> + This is the email address that will appear in the "From" field + of all emails sent by this Bugzilla installation. Some email + servers require mail to be from a valid email address, therefore + it is recommended to choose a valid email address here. + </para> + </listitem> + </varlistentry> + + <varlistentry> + <term> sendmailnow </term> <listitem> |