Wonach suchst Du?
What are you looking for?

Configure to send all emails to a central email address (DebugMailTo)

Overview

Allows to configure sending all emails to a central email address for debugging purposes.

Example

Set wait time after starting the app server to 1 second:

  update ad_sysconfig
  set value='debugemail@test.com'
  where name='org.adempiere.user.api.IUserBL.DebugMailTo'

View source file on GitHub.com