
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via 8d70a3e197acc386a11ca57d9a82fe22a39091f4 (commit) from ea89ebffd3a509b2e34e234eaf4625bd32d47042 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=8d70a3e197acc386a11ca57d9... http://github.com/ceki/logback/commit/8d70a3e197acc386a11ca57d9a82fe22a39091... commit 8d70a3e197acc386a11ca57d9a82fe22a39091f4 Author: Ceki Gulcu <ceki@qos.ch> Date: Mon Nov 8 21:31:24 2010 +0100 fix LBCORE-174 diff --git a/logback-site/src/site/pages/manual/appenders.html b/logback-site/src/site/pages/manual/appenders.html index af61cde..1ae186d 100644 --- a/logback-site/src/site/pages/manual/appenders.html +++ b/logback-site/src/site/pages/manual/appenders.html @@ -2181,8 +2181,14 @@ Context ctx = new InitialContext(env);</pre> <tr class="alt"> <td><b><span class="option">From</span></b></td> <td><code>String</code></td> - <td>The stated originator of the email messages sent by - <code>SMTPAppender</code>. + <td>The originator of the email messages sent by + <code>SMTPAppender</code> in the <a + href="http://en.wikipedia.org/wiki/Email_address">usual email + address format</a>. If you wish to include the sender's name, + then use the format + "Adam Smith <smith@moral.org>" so that + the message appears as originating from + "Adam Smith <smith@moral.org>". </td> </tr> <tr> ----------------------------------------------------------------------- Summary of changes: logback-site/src/site/pages/manual/appenders.html | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.