I am using email parser to process email alerts. I got it working selecting an email address from the body of a text message. I just want the email address to be used in my next step in the process to look for the company name associated with that email address.
The problem is that the variable automatically assumes I am trying to send out and email by appending a mailto link in the email address.
Is there a way to turn this off?