config reference value may mistake
lucifa7 opened this issue · comments
lucifa7 commented
in release 3.3.0
the config key smtpauth on tag logger that with classname org.openas2.logging.EmailLogger was with value "$properties.email.auth"
but the key is not defined in this file,the similar key properties.email.smtpauth , should I change to that?
Christopher Broderick commented
😒 ... yes, the attribute in the logger element should be:
smtpauth="$properties.email.smtpauth$"
lucifa7 commented
O(∩_∩)O