Email notification on an order sends the attached pictures in the email as separate individual messagesIssue Email notification on an order sends pictures in the email as separate objects. The email notification template is populating individual messages in the portal for each picture in the email.CauseWhen a user sends an email to the system, each email image, such as logos or email signatures, gets attached to the target record by default. These images are also visible in the activity stream of the target record as individual entries. This is by design.ResolutionIt is possible to handle images from emails and reduce duplicate image attachments to target records, configuring the following properties in the System Properties [sys_properties] table:glide.email.inbound.image_sys_attachment.filter.minimum_bytesglide.email.inbound.image_sys_attachment.filter.action It is possible to specify the email attachment image size eligible for filtering and/or choosing an action to controls the behavior and visibility in the activity stream.Related LinksEmail image filtering properties