On the click of a button, I want to show the user what emails have been sent (by another program/module which does automatic email based reporting when certain criteria are met) by my program while he was away.
So I have thought that a good way would be that, on button click, the default email client (e.g. thunderbird email client) of the user is opened, and it is opened at "Outbox/ Sent Emails" rather than the default "inbox/ incoming email"?
How can I implement this functionality? That is what technology/plugin/library/Utility to use?
When I did Google search, it only showed results for wanting to open email client at "Compose Message/ Email" page, using the mailto
utility in Javascript. But I need to open the email client at Outbox/Outgoing/Sent Email.