List of usage examples for com.liferay.portal.kernel.util PropsKeys MAIL_THROWS_EXCEPTION_ON_FAILURE
String MAIL_THROWS_EXCEPTION_ON_FAILURE
To view the source code for com.liferay.portal.kernel.util PropsKeys MAIL_THROWS_EXCEPTION_ON_FAILURE.
Click Source Link
From source file:com.liferay.petra.mail.MailEngine.java
License:Open Source License
private static boolean _isThrowsExceptionOnFailure() { return GetterUtil.getBoolean(PropsUtil.get(PropsKeys.MAIL_THROWS_EXCEPTION_ON_FAILURE)); }