Hi,
You can create an ABAP code by refering to table RSPCLOGCHAIN.
From this table you can get the over all status of the process chains.
By passing Chain & Log ID details to some of the FMs like :
RSPC_API_CHAIN_GET_ERRORS
RSPC_API_CHAIN_GET_LOG
RSPC_API_CHAIN_GET_STATUS
You can fetch more details.
These details can then be formated & sent via email thorugh ABAP program.
Regards,
Viraj Dhopavkar.