[logback-dev] [JIRA] Commented: (LBCORE-174) Add FromName to SMTPAppender

Michael Osipov (JIRA) noreply-jira at qos.ch
Thu Oct 21 20:32:51 CEST 2010


    [ http://jira.qos.ch/browse/LBCORE-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11876#action_11876 ] 

Michael Osipov commented on LBCORE-174:
---------------------------------------

Ceki,

maybe I made my statement unclear. Right now, you specify a from mail and this is what the recepient sees displayed. I'd like the user not the see the email address only but also a sender name. In terms of an email header, it would be instead of this

{{{code}}}
...
From: noreply-jira at qos.ch
To: someone
Subject: [JIRA] Assigned: (LBCORE-175) Provide default value for MDC values
 in pattern layout
In-Reply-To: <600559905.1287665571344.JavaMail.ceki at pixie>
MIME-Version: 1.0
....
{{code}}

that

{{code}}
From: "Ceki Gulcu (JIRA)" <noreply-jira at qos.ch>
To: someone
Subject: [JIRA] Assigned: (LBCORE-175) Provide default value for MDC values
 in pattern layout
In-Reply-To: <600559905.1287665571344.JavaMail.ceki at pixie>
MIME-Version: 1.0
{{code}}

This means I would supply From "noreply-jira at qos.ch" AND FromName "Ceki Gülcü (JIRA)"

> Add FromName to SMTPAppender
> ----------------------------
>
>                 Key: LBCORE-174
>                 URL: http://jira.qos.ch/browse/LBCORE-174
>             Project: logback-core
>          Issue Type: New Feature
>          Components: Appender
>    Affects Versions: unspecified
>            Reporter: Michael Osipov
>            Assignee: Logback dev list
>
> It is somewhat annoying that a received mail contains only the mail address in the from header. I'd like to a FromName. The emails from be:
> Tomcat on Host xyz.domain.com <noreply at domain.com>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       


More information about the logback-dev mailing list