I'm using Apache Commons Email to send notification emails to my users. Some emails share a topic and I would like them to be grouped in a same Conversation or Thread.
I couldn't find any out-of-the-box feature in Apache commons Email documentation.
Is there any way to have email grouped in a same conversation using this library?
Cheers,