February 12, 201114 yr Hi, just testing your solution to integrate it with a CRM solution. In order to make a relation between CRM customers and received emails i need only the email adrress. i mean: i don´t want this format: John Doe<[email protected]> i just want: [email protected] How i can do this? Can anyone help me qith this? Thank you in advance
February 14, 201114 yr Edit: Our plugin gets the value of the "From" header when you read the from field, so if the person sends the email as "John Done<[email protected]" then that is what you receive when you read the from value. You can parse this in filemaker by using Position() to find "<" and then grabbing the text to the right of that and stopping one character from the end by using Middle().
Create an account or sign in to comment