I had a recent question about logging emailed documents. I searched through the database and searched Globals and it appears that logging of emails doesn’t exist. Am I missing something here. If it doesn’t exist would the community find this helpful? The ability to log and search emailing history within OpenEMR sounds like it might be helpful.
hi @growlingflea ,
Logging all emails that are sent out would be an awesome feature! Could just place them in the log table (with the email subject:content in the comments row). (should use the newEvent() function to place log items)
-brady