Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2015 08:17 AM
I found that I had to remove the last part of the condition in my instance to make this work. .
&& current.table_name.toLowerCase() != 'sys_email'
If I leave that one there, it still attaches the images from the signature. If I remove it, it acts as expected.
I am wondering if I am creating an type of issue by removing it.
-Chris