Sanders, Brian wrote: > You could create a flag and initialize it to false. Then, if an error > occurs, set it to true and check it at the end of the run. If it's true, > then email the log file.
So there's no way to do this with SMTPAppender itself? Then I'll rather use a FileAppender and send the error log using a second program. /Marvin
