diff options
author | lpsolit%gmail.com <> | 2008-02-17 21:41:54 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-02-17 21:41:54 +0100 |
commit | 37d64afad570bbb3b4af7c548a5c9794d0a0c23f (patch) | |
tree | 48aa74ab14f1e99899f9f1c12d2cc86a90eed0e1 /docs/xml | |
parent | 895251c0fc8e67b8fe48389ae97bb06a2f315d6a (diff) | |
download | bugzilla-37d64afad570bbb3b4af7c548a5c9794d0a0c23f.tar.gz bugzilla-37d64afad570bbb3b4af7c548a5c9794d0a0c23f.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/xml')
-rw-r--r-- | docs/xml/administration.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml index f4808e9e5..4d6f5f0ad 100644 --- a/docs/xml/administration.xml +++ b/docs/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> |