How to store sent mail notification from any elm application?
![]() HI,
Is there any way that I can see the sent email notifications that are sent through ELM application.
Any third party is required to achieve this?
Thanks and Regards,
Meghana
|
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Jan 15 '21, 2:40 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER I don't believe any ELM application archives what notifications are sent. I would not see that to be required and you do not provide a valid busyness case.
Anyway, the applications use a specific SMTP server configured to send the mail, so you could try to find out if your SMTP server has such a feature or if there are SMTP servers that can archive all mail they sent.
|