I am parsing incoming emails to my domain using Mailslurp API and I want to get only the email body without the email signature. I struggled a lot finding out how to recognize signature from the email body but I could not find a satisfying solution till now.
Another alternative I plan to do is add a custom line to the email body like --- reply above this line ---
when the receiver of my email clicks on reply button. The user can then add the reply above that line and I can easily extract the content above that line. Do I need to pass that line in the email headers while sending the email? If yes then can anyone please tell me how to pass the same?
Can someone please guide me about how to achieve this? I think this question is a possible duplicate of this question but since that question is unanswered thought of asking this again.
Any help is highly appreciated.