I have the following requirement.
I have validate given application paths more than 40 and send the email to distribution groups with the path and issue details every 60 min.
I am thinking which email framework to use in my application.
I am currently using spring and jdk1.6 in my maven project for validating paths.
I may need to attach the error log(Exception details) if there are any exception accessing path or folder to the email being sent to groups.
Please advise appropriate email mechanism. Links to the exists code on the web or sample code is really helpful.
My team was saying they were using log4j framework to send email. But I am thinking why not use Spring. I don't know how to select best mechanism to do this supporting my requirement.