I'm attempting to use the email parser to send a certain section of an email to Discord. The body text I'm receiving is very long and I don't need all of it, only a certain section needs to be sent to Discord. I am receiving an error saying "Must be 2000 or fewer in length." The email html is always in the same format, I just need to see the changing SMS code that comes in on each email. How can I extract only a certain section of the message to send to Discord, thanks