- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2022 02:47 PM
The sent emails are not appearing in the activity stream. I made sure the sent/receive box was checked off in the filter but it still isn't showing. I also made sure the correct role was entered in the Activity Formatter. Anyone have any advise as to what else it could be?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2022 12:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2022 03:37 AM
When you check on the sent/emails recieved a system property is modified.
Go to the email logs and verify if the mail was sent.
Reasons , that mail was not sent -
Notifications are not enabled for the user. Users have options to disable a particular set of notifications as well using their personalized settings.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2023 03:23 AM
The 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.