How to configure and display 'Sent/Received Email' in the activity stream/logIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Customers and TSEs often look for information on how to enable the 'Show email details' link. In earlier releases (upto San Diego) this was known as 'Sent/Received Emails' on an Activity stream. See below image(before Tokyo): From Tokyo release onwards this is known as "Emails - autogenerated" and "Emails - correspondence" See Image (from Tokyo): ReleaseAll releasesResolutionThe following steps will enable you to view the "Sent/Received Emails" prior to Tokyo and "Emails - autogenerated" and "Emails - correspondence" from Tokyo onwards in the activity stream: 1) Ensure that the following property value has the right role added so the user with the role can view the email option (Show email details) glide.ui.activity.email_roles 2) The email sending property 'glide.email.smtp.active' should be set to true. Note, it does not matter even if you see emails being sent from Email logs (sys_email), the 'Show email details' will not show unless this property is enabled. 3) If you are testing on an OOB Instance, please set an email address, eg: employee email address just for testing purposes in the system property 'glide.email.test.user'. 4) Make sure the 'Sent/Received Emails' or "Emails - autogenerated" and "Emails - correspondence" checkbox is ticked on the Activity Stream filter (see the images in the Description section). Now you can test this by logging a new incident and notice the email activity is now visible in the activity stream. Note that another alternative on an OOB instance with email sending disabled is to navigate to the sys_email table, locate the emails related to the record you are using and update their type to "sent". These will then show up in the activity stream if "Sent/Received Emails" or or "Emails - autogenerated" and "Emails - correspondence"is enabled in the Activity Stream filter. Related LinksWhen viewing the email information from other modules, eg: HR you might need to specify roles in the first property.