Project

General

Profile

EQ2_onSendMailComplete (Event)

Description

The EQ2_onSendMailComplete event will fire when your mail has been sent (e.g. using "EQ2Mail[Composing]:Send").

Usage

 Event[EQ2_onSendMailComplete]:AttachAtom[MyAtom]
 

...

 atom MyAtom()
 {
    ;do stuff
 }