Logging of mails with sendEmail

We’re sending out emails with sendEmail and I’m missing them in the Email centre → Logging.

What do I need to do to get them logged?

Thanks,
Michi

Curious, not sure. Are you using email templates system? or the pre-10.8 way of sending emails?

This is what I do:

          emailService.send(
            template    = "myTemplate"
            , recipientId = id
            , args        = { user=id }
            ]
          );