Initial situation:
Further commands are to be executed after processing outgoing emails, i.e. "Custom commands for outgoing e-mails AFTER encryption"
Solution:
This can be done via Use custom delivery method as follows:
continue'); <Befehl 1>; <Befehl 2>; <Befehl n>; deliver('
for example
continue'); log(1, "This is a test"); deliver('
The entry placed here can be called up in the Custom commands via @CUSTOMDELIVER@.