Hi there,
I would like to DKIM-sign e-mail messages generated through the Renderer component, but I'm stuck at how to do this.
In order to sign a message with DKIM, I would need at least access to the MimeMessage instance. Even better, I would need to instruct the Renderer component to instantiate and use a specialized version of the MimeMessage class (see, in example, the SMTPDKIMMessage by agitos.de).
I see I can specify my own Transport class, which however I think is a suboptimal solution since message signature is an activity related to the message itself, instead of something related to the Transport layer.
Do you have any suggestion to spare?
Thanks,