Hi, I am testing a copy of OFBiz and my logs are filling up with a lot of exceptions for email notifications. This is somewhat odd because I have the following set in framework/common/config/general.properties:
mail.notifications.enabled=N The exception I am seeing is as follows: ---- exception report -------------------------------------------------------------------------------- Service [sendMail] threw an unexpected exception/error Exception: org.ofbiz.service.ServiceValidationException Message: The following required parameter is missing: [sendMail.subject] So, first, why are email notifications being generated if I have them disabled? Second, if they really are being generated, how are they being generated without a subject? And third, for those that have been generated, how do I delete them or purge them from wherever they are stored so I can clean up my logs? Thanks, Kevin
