Skip to main content

Function Interface for Lua

function mod:mms_log_delivery(msg)

Function Interface for C

static void sample_mm7_log_delivery_hook (void  *closure,
ec_message * m)

Parameters

The parameter passed into this hook is:

  • an ec_message. Most MM7 related data is stored in context variables as a key/value pairs

Return Values

NONE

Was this page helpful?