This is a quick guide to send email in a thread through Mailman3 command line.
To send the mails in a thread and view in hyperkitty ui, follow the following steps :
- Activate virtual environment (python3) for mailman using :
- Create an email.txt file in mailman repository having following contents :
- Inject mail in the archive queue using :
A thread is created with the subject “Test”.To send an email to this thread, we need to send the message to message_id@domain.com of the list.
- Create a reply.txt file in mailman repository having following contents :
Here, we changed “To” to “In-Reply-To”.
- Inject mail in the archive queue using :
Refresh the hyperkitty page. And there you go. You will find an unread message in the thread with the subject “Test”.