Global Script - Using Mailing Events
The Mailing object provides 5 events, called at the beginning and end of the mailing process, at rendering time. Other events are called during delivery or reception of replies.
Check the Server Side Scripting Guide to see how you can use these events.
Object Event Description
Mailing OnAcceptMail Called when an email is about to be received.
Mailing OnEndRender Called when rendering is finished.
Mailing OnMailStatus Called when an email file is transferred from Outbox to Sent or Aborted.
Mailing OnReceiveMail Called after an incoming email has been accepted.
Mailing OnStartRender Called when rendering is started for a mailing project.
Mailing OnUrlClicked Called when a receiver has clicked on a link within a tracked mail content or when a mail content was opened.