Re: SMTPAppender - dynamic email subject line
Posted By:
Anonymous
Posted On:
Thursday, November 21, 2002 12:35 AM
I don“t think that this can be done with the SMTPAppender because the setSubject() only takes a String as argument. But you can extend the SMTPAppender and set the subject like you want.