can i trigger an email with attachment(log files) using the log4j.smtpAppender.
I’m currently using this appender to trigger emails for error and fatal level exceptions. Can I add the log file in the same email as attachment
log4j.appender.email=org.apache.log4j.net.SMTPAppender
Source: jGuru.com