How to remove the signature in Inbound reply message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2018 03:20 AM
Hi Team,
I have a requirement to capture only the content of the email body not with any signature.
Please see the below screenshot
In the above the actual comment is "Dev team non production testing please ignore if you get any emails wrongly" .I want to capture this only not the below parts in the screen shot.How to get this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 03:27 AM
Hi Gokul,
In your Inbound email action script ,
before adding your current.comments just split your email content by the exact variable name for example "reply from".
And discard the content after reply from and then assign it to current.comments
Thanks,
Megha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 03:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 04:22 AM
Hi Gokul,
Please split by "Thanks & Regards," to remove the the content after it.
Similarly split by "Update from".
You need to split multiple times to achieve your result.
Please let me know the script you are using so that i can solve your problem.
Thanks,
Megha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2018 09:13 PM
Hi ,
Are you able to do it?
Thanks,
Megha