petabait Posted February 12, 2011 Posted February 12, 2011 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
Smef Posted February 14, 2011 Posted February 14, 2011 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().
petabait Posted February 21, 2011 Author Posted February 21, 2011 Hi, thank you...it is done! best regards
Recommended Posts
This topic is 5092 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now