Debug the Mail in liferay
To turn on logging of Liferay mail and JavaMail, add the following to your Log4j configuration in
webapps/ROOT/WEB-INF/class/META-INF/portal-log4j-ext.xml after the last <appender> entry: <logger name="com.liferay.util.mail">
<level value="DEBUG"/>
</logger>
Comments
Post a Comment