Hello everybody,

I need, for my business purpose, to send an email with a body message and more than one attachment.

I saw that the MailSendingMessageHandler creates a MimeMessage in the case the payload is a byte[] in the createMailMessageFromByteArrayMessage function.

Is it possible in same way override this behavior to generate a custom MimeMessage?

Thanks,
Andrea