Hello,
I am using asp.net core 2.2, I have an mvc web application that provides a series of forms and utilities which allow a user to generate data which needs to be rendered in an email.
The resulting email content will include a table which must contain a row of clickable checkboxes. The requirement is that recipients will markup the table in a response and email that back.
Can anyone share a pointer on an approach that I can research, maybe a library that can do this for which I can then read the documentation for?
Thank you.