[JIRA] Created: (LBCORE-174) Add FromName to SMTPAppender

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@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

[ http://jira.qos.ch/browse/LBCORE-174?page=com.atlassian.jira.plugin.system.i... ] Ceki Gulcu commented on LBCORE-174: ----------------------------------- I don't understand what you are trying to say.
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@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

[ http://jira.qos.ch/browse/LBCORE-174?page=com.atlassian.jira.plugin.system.i... ] 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@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@pixie> MIME-Version: 1.0 .... {{code}} that {{code}} From: "Ceki Gulcu (JIRA)" <noreply-jira@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@pixie> MIME-Version: 1.0 {{code}} This means I would supply From "noreply-jira@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@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

[ http://jira.qos.ch/browse/LBCORE-174?page=com.atlassian.jira.plugin.system.i... ] Michael Osipov edited comment on LBCORE-174 at 10/21/10 8:33 PM: ----------------------------------------------------------------- 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@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@pixie> MIME-Version: 1.0 .... {code} that {code} From: "Ceki Gulcu (JIRA)" <noreply-jira@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@pixie> MIME-Version: 1.0 {code} This means I would supply From "noreply-jira@qos.ch" AND FromName "Ceki Gülcü (JIRA)" was (Author: michael-o): 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@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@pixie> MIME-Version: 1.0 .... {{code}} that {{code}} From: "Ceki Gulcu (JIRA)" <noreply-jira@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@pixie> MIME-Version: 1.0 {{code}} This means I would supply From "noreply-jira@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@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

[ http://jira.qos.ch/browse/LBCORE-174?page=com.atlassian.jira.plugin.system.i... ] Michael Osipov commented on LBCORE-174: --------------------------------------- Issue can be closed. This can by achieved by setting: <From>Michael Osipov <email@domain.com><From> Anyway, this should be noted in the docs as well.
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@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

[ http://jira.qos.ch/browse/LBCORE-174?page=com.atlassian.jira.plugin.system.i... ] Ceki Gulcu resolved LBCORE-174. ------------------------------- Resolution: Fixed Will be mentioned in the docs.
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@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
participants (2)
-
Ceki Gulcu (JIRA)
-
Michael Osipov (JIRA)